Skip to content

Commit

Permalink
update tarpaulin used in CI to latest available version
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaehnemann authored Jun 20, 2023
1 parent e89538d commit b74688b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Run cargo-tarpaulin
uses: actions-rs/[email protected]
with:
version: "0.22.0"
version: "0.26.0"
args: "--all-features --out Lcov -- --test-threads 1"

- name: Upload coverage
Expand Down

0 comments on commit b74688b

Please sign in to comment.