Skip to content

Commit

Permalink
ci: fix coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Jul 22, 2024
1 parent 76de251 commit 856bd0c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
file: coverage-filtered.out
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
file: /tmp/manifest-ledger-coverage/coverage-merged-filtered.out

0 comments on commit 856bd0c

Please sign in to comment.