Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
valebes authored Feb 6, 2024
1 parent 3c91c98 commit 4fcaa2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- name: Generate code coverage
run: |
cargo +nightly tarpaulin --verbose --engine llvm --features crossbeam --workspace --timeout 120 --out xml
- name: Workaround for codecov/feedback#263
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Upload to codecov.io
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 4fcaa2a

Please sign in to comment.