Skip to content

Commit

Permalink
Upgrade tarpaulin to 0.31.2 (#386)
Browse files Browse the repository at this point in the history
This fixes an issue with the latest llvm_profparser.
  • Loading branch information
djeedai authored Oct 19, 2024
1 parent 7a54ddf commit 75f07d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ jobs:
# if: runner.os == 'linux'
- name: Install cargo-tarpaulin
run: |
RUST_BACKTRACE=1 cargo install --version 0.30.0 cargo-tarpaulin
RUST_BACKTRACE=1 cargo install --version 0.31.2 cargo-tarpaulin
- name: Generate code coverage
run: |
RUST_BACKTRACE=1 cargo tarpaulin --engine llvm --verbose --timeout 120 --out Lcov --workspace --all-features
Expand Down

0 comments on commit 75f07d7

Please sign in to comment.