Skip to content

Commit

Permalink
Merge pull request #62 from valebes/61-problem-with-tarpaulin-in-ci-p…
Browse files Browse the repository at this point in the history
…ipeline

Change tarpaulin backend
  • Loading branch information
valebes authored Mar 4, 2024
2 parents 599d1c5 + 9067017 commit 73a52f5
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 73a52f5

Please sign in to comment.