Skip to content

Commit

Permalink
Bump cargo-tarpaulin to 0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
djeedai committed May 18, 2024
1 parent 67bd6cd commit be6bea7
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 @@ -234,7 +234,7 @@ jobs:
# if: runner.os == 'linux'
- name: Install cargo-tarpaulin
run: |
RUST_BACKTRACE=1 cargo install --version 0.22.0 cargo-tarpaulin
RUST_BACKTRACE=1 cargo install --version 0.30.0 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 be6bea7

Please sign in to comment.