Skip to content

Commit

Permalink
Merge pull request #45 from fjarri/fix-codecov
Browse files Browse the repository at this point in the history
Bump codecov action version
  • Loading branch information
fjarri authored Sep 15, 2024
2 parents d174487 + b9b0e9b commit 4a4696e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/crypto-primes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
- name: Generate code coverage
run: cargo llvm-cov --workspace --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
fail_ci_if_error: true

Expand Down

0 comments on commit 4a4696e

Please sign in to comment.