Skip to content

Commit

Permalink
revert back to 0.22.0 until tarpaulin action is fixed: actions-rs/tar…
Browse files Browse the repository at this point in the history
…paulin#23

It seems like the download is broken in the `actions-rs/tarpaulin` GitHub Action for all tarpaulin versions above `0.22.0`. See this pending fix for details:
actions-rs/tarpaulin#23
  • Loading branch information
dlaehnemann authored Jun 20, 2023
1 parent eee736a commit aa10478
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.26.0"
version: "0.22.0"
args: "--all-features --doc --examples --out Lcov -- --test-threads 1"

- name: Upload coverage
Expand Down

0 comments on commit aa10478

Please sign in to comment.