We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8da607b + 463deaa commit 000e8caCopy full SHA for 000e8ca
.github/workflows/ci.yml
@@ -95,9 +95,7 @@ jobs:
95
profile: minimal
96
toolchain: stable
97
override: true
98
- - uses: taiki-e/install-action@dabb9c1ee51c21c545764a0d517f069ff52e6477 # v2.28.1
99
- with:
100
- tool: cargo-tarpaulin
+ - uses: kubewarden/github-actions/tarpaulin-install@971e9a094d010900399dafc13fd4787bffce6d81 #v3.1.18
101
- name: Generate unit-tests coverage
102
run: make coverage-unit-tests
103
- name: Upload unit-tests coverage to Codecov
0 commit comments