Skip to content

Commit

Permalink
fix(coverage): bump actions-rs/tarpaulin and set explicit version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrene committed Aug 6, 2023
1 parent 6535880 commit 1d30f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Run cargo-tarpaulin
uses: actions-rs/[email protected]
with:
version: '0.26.1'
version: '0.22.0'
args: '--ignore-tests --out Lcov'
- name: Upload to Coveralls
# upload only if push
Expand Down

0 comments on commit 1d30f71

Please sign in to comment.