Skip to content

Commit

Permalink
update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparkallas committed Apr 8, 2024
1 parent 4a93697 commit 0ac303d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/call.upload-coverage-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Reusable Workflow | Upload Coverage Reports
on:
workflow_call:


jobs:
upload-coverage-reports:
name: Upload coverage reports
Expand All @@ -19,7 +18,7 @@ jobs:
name: ethereum-contracts-coverage
path: packages/ethereum-contracts/coverage
- name: Upload ethereum-contracts-coverage to codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: packages/ethereum-contracts/coverage/lcov.info
Expand Down

0 comments on commit 0ac303d

Please sign in to comment.