Skip to content

Commit

Permalink
Change tarpaulin backend
Browse files Browse the repository at this point in the history
  • Loading branch information
valebes committed Mar 4, 2024
1 parent 599d1c5 commit 9067017
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 --engine llvm --features crossbeam --workspace --timeout 120 --out xml
cargo +nightly tarpaulin --verbose --features crossbeam --workspace --timeout 120 --out xml
- name: Workaround for codecov/feedback#263
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
Expand Down

0 comments on commit 9067017

Please sign in to comment.