Skip to content

Commit

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

- name: Generate code coverage
run: |
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --engine llvm --out Xml
Expand Down

0 comments on commit 900b4f8

Please sign in to comment.