Skip to content

Commit

Permalink
Fix code coverage workflow (attempt 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
zheland committed Feb 19, 2024
1 parent ceaf0dc commit 1a1c0e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: rustup toolchain install beta --profile minimal --component llvm-tools
- run: cargo install cargo-llvm-cov
- run: cargo +beta llvm-cov --all-features --codecov --output-path codecov.json
- uses: codecov/codecov-action@v4
with:
files: codecov.json
fail_ci_if_error: true
env:
file: codecov.json
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 1a1c0e4

Please sign in to comment.