Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
chore(ci): update tarpaulin action to v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Coyle committed Mar 3, 2021
1 parent 20b6b77 commit 4ed55e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

# Run cargo tarpaulin & push result to coveralls.io
- name: rust-tarpaulin code coverage check
uses: actions-rs/tarpaulin@master
uses: actions-rs/tarpaulin@v0.1
with:
args: '-v --release --out Lcov'
- name: Push code coverage results to coveralls.io
Expand Down

0 comments on commit 4ed55e4

Please sign in to comment.