Skip to content

Commit

Permalink
Merge pull request #173 from jvanz/main
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 84ce045 + a77fa71 commit f800cf2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- uses: taiki-e/install-action@5794068c211bc8f5f4514b7c3f03d6adbe66f1b7 # v2.26.18
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 f800cf2

Please sign in to comment.