Skip to content

Commit

Permalink
Enable code coverage. (#681)
Browse files Browse the repository at this point in the history
Update llvm-cov and nextest versions.
  • Loading branch information
hoolioh authored Oct 16, 2024
1 parent f399485 commit 9b01c90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/all-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ jobs:
delay: '3'
retries: '30'
polling_interval: '1'
checks_exclude: 'coverage'
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@v2
with:
tool: cargo-llvm-cov@0.6.9,nextest@0.9.68
tool: cargo-llvm-cov@0.6.13,nextest@0.9.81
- name: Generate code coverage (including doc tests)
run: |
cargo llvm-cov --all-features --workspace --no-report nextest
Expand Down

0 comments on commit 9b01c90

Please sign in to comment.