Skip to content

Commit

Permalink
Update call.upload-coverage-reports.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hellwolf authored Apr 8, 2024
1 parent c7ef6b2 commit b585cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/call.upload-coverage-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: ethereum-contracts-coverage
path: packages/ethereum-contracts/coverage
- name: Upload ethereum-contracts-coverage to codecov
uses: codecov/codecov-action@v4.1.1
uses: codecov/codecov-action@v4.2.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: packages/ethereum-contracts/coverage/lcov.info
Expand All @@ -32,7 +32,7 @@ jobs:
name: sdk-core-coverage
path: packages/sdk-core/coverage
- name: Upload sdk-core-coverage to codecov
uses: codecov/codecov-action@v4.1.1
uses: codecov/codecov-action@v4.2.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: packages/sdk-core/coverage/lcov.info
Expand Down

0 comments on commit b585cd1

Please sign in to comment.