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 3dd8c32 commit 6535880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ jobs:
prifile: minimal
override: true
- name: Run cargo-tarpaulin
uses: actions-rs/[email protected]
uses: actions-rs/[email protected].3
with:
version: '0.26.1'
args: '--ignore-tests --out Lcov'
- name: Upload to Coveralls
# upload only if push
Expand Down

0 comments on commit 6535880

Please sign in to comment.