Skip to content

Commit

Permalink
Tarpaulin tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Dec 10, 2024
1 parent 748db4c commit b97c113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
tool: cargo-tarpaulin
- name: Generate code coverage
run: |
cargo tarpaulin --frozen --tests -j 1 --all-features --skip-clean --coveralls ${{ secrets.COVERALLS_REPO_TOKEN}}
cargo tarpaulin --frozen --tests -j 2 --all-features --skip-clean --coveralls ${{ secrets.COVERALLS_REPO_TOKEN}} --engine llvm --post-test-delay 10
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit b97c113

Please sign in to comment.