Skip to content

Commit

Permalink
Use LLVM engine when running tarpaulin
Browse files Browse the repository at this point in the history
The LLVM engine is supposed to produce more accurate results.
  • Loading branch information
sophokles73 committed Jul 30, 2024
1 parent bb3705e commit fbe607b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Run tests and report code coverage
run: |
# enable nightly features so that we can also include Doctests
RUSTC_BOOTSTRAP=1 cargo tarpaulin -o xml -o lcov -o html --doc --tests
RUSTC_BOOTSTRAP=1 cargo tarpaulin --engine llvm -o xml -o lcov -o html --doc --tests
- name: Upload coverage report (lcov)
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit fbe607b

Please sign in to comment.