Skip to content

Commit

Permalink
Merge pull request #48 from valebes/test_case
Browse files Browse the repository at this point in the history
Change coverage engine
  • Loading branch information
valebes authored Jan 13, 2024
2 parents 91198bf + b55477f commit dbc227c
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 @@ -14,7 +14,7 @@ jobs:

- name: Generate code coverage
run: |
cargo +nightly tarpaulin --verbose --features crossbeam --workspace --timeout 120 --out xml
cargo +nightly tarpaulin --verbose --engine llvm --features crossbeam --workspace --timeout 120 --out xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v2
Expand Down

0 comments on commit dbc227c

Please sign in to comment.