Skip to content

Commit

Permalink
ci: upgrade dependency cargo-tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ferdinand committed Dec 19, 2023
1 parent 870e871 commit 560f255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-tarpaulin
version: "^0.26"
version: "^0.27"

- name: Run tarpaulin
run: cargo tarpaulin --all-features --all-targets --workspace --engine llvm --timeout 600 --out Lcov
Expand Down

0 comments on commit 560f255

Please sign in to comment.