Skip to content

Commit

Permalink
use hotfix branch cargo tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
robatipoor committed Apr 28, 2024
1 parent a9280f2 commit b86f306
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ jobs:
if: ${{ steps.cache-tarpaulin.outputs.cache-hit != 'true' }}
continue-on-error: true
uses: actions-rs/cargo@v1
with:
command: install
args: >
cargo-tarpaulin
run: |
cargo install cargo-tarpaulin --git https://github.com/xd009642/tarpaulin --branch fix/missing-coverage-functions
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit b86f306

Please sign in to comment.