Skip to content

Commit

Permalink
Merge pull request kubewarden#701 from jvanz/tarpaulin-installer
Browse files Browse the repository at this point in the history
chore: use tarpaulin-install action to install tarpaulin.
  • Loading branch information
flavio authored Mar 13, 2024
2 parents 8da607b + 463deaa commit 000e8ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- uses: taiki-e/install-action@dabb9c1ee51c21c545764a0d517f069ff52e6477 # v2.28.1
with:
tool: cargo-tarpaulin
- uses: kubewarden/github-actions/tarpaulin-install@971e9a094d010900399dafc13fd4787bffce6d81 #v3.1.18
- name: Generate unit-tests coverage
run: make coverage-unit-tests
- name: Upload unit-tests coverage to Codecov
Expand Down

0 comments on commit 000e8ca

Please sign in to comment.