Skip to content

Commit

Permalink
Try to fix code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
snaggen committed Nov 1, 2024
1 parent d91c391 commit e39625f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: lcov.info
fail_ci_if_error: true
fail_ci_if_error: true
#token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos

0 comments on commit e39625f

Please sign in to comment.