Skip to content

Commit

Permalink
Force tarpaulin to use LLVM coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
thomcc committed May 4, 2024
1 parent 0146a16 commit 155c914
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,5 @@ jobs:
options: --security-opt seccomp=unconfined
steps:
- uses: actions/checkout@v3
- run: cargo tarpaulin --version
- run: cargo +nightly tarpaulin --verbose --doc --all-features --all-targets --out xml
- run: cargo tarpaulin --verbose --doc --all-features --all-targets --engine llvm --out xml
- uses: codecov/codecov-action@v4

0 comments on commit 155c914

Please sign in to comment.