Skip to content

Commit

Permalink
chore: Run tarpaulin with llvm engine
Browse files Browse the repository at this point in the history
  • Loading branch information
jawoznia committed Jun 30, 2023
1 parent 76a0c46 commit e786918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Generate code coverage
run: |
cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out Xml
cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out Xml --engine llvm
- name: Upload to codecov.io
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit e786918

Please sign in to comment.