Skip to content

Commit

Permalink
ci(code-quality): use llvm for coverage instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Mar 13, 2024
1 parent f5ee60e commit 04741cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: cargo install cargo-tarpaulin
- name: Generate code coverage
run: |
cargo tarpaulin -p ort --features fetch-models --verbose --timeout 120 --out xml --doc --lib --tests
cargo tarpaulin -p ort --features fetch-models --verbose --timeout 120 --out xml --doc --lib --tests --engine llvm
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 04741cb

Please sign in to comment.