Skip to content

Commit

Permalink
ci: fix coverage upload (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency authored Jul 23, 2024
1 parent 76de251 commit abe3a07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
- name: Run coverage
run: make coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.3.0
uses: codecov/codecov-action@v4
with:
file: coverage-filtered.out
file: /tmp/manifest-ledger-coverage/coverage-merged-filtered.out
token: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit abe3a07

Please sign in to comment.