Skip to content

Commit cb70382

Browse files
committed
chore(ci): update tarpaulin action to v0.1
1 parent ec599ba commit cb70382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
# Run cargo tarpaulin & push result to coveralls.io
114114
- name: rust-tarpaulin code coverage check
115-
uses: actions-rs/tarpaulin@master
115+
uses: actions-rs/tarpaulin@v0.1
116116
with:
117117
args: '-v --release --out Lcov'
118118
- name: Push code coverage results to coveralls.io

0 commit comments

Comments
 (0)