Skip to content

Commit 000e8ca

Browse files
authored
Merge pull request #701 from jvanz/tarpaulin-installer
chore: use tarpaulin-install action to install tarpaulin.
2 parents 8da607b + 463deaa commit 000e8ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,7 @@ jobs:
9595
profile: minimal
9696
toolchain: stable
9797
override: true
98-
- uses: taiki-e/install-action@dabb9c1ee51c21c545764a0d517f069ff52e6477 # v2.28.1
99-
with:
100-
tool: cargo-tarpaulin
98+
- uses: kubewarden/github-actions/tarpaulin-install@971e9a094d010900399dafc13fd4787bffce6d81 #v3.1.18
10199
- name: Generate unit-tests coverage
102100
run: make coverage-unit-tests
103101
- name: Upload unit-tests coverage to Codecov

0 commit comments

Comments
 (0)