We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb00d7 commit 5c81dc3Copy full SHA for 5c81dc3
.github/workflows/coverage.yml
@@ -30,9 +30,6 @@ jobs:
30
run: |
31
cargo tarpaulin --all-features --workspace --timeout 120 --out xml
32
33
- - name: Prepare codecov
34
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE" # https://github.com/codecov/feedback/issues/263
35
-
36
- name: Upload to codecov.io
37
uses: codecov/codecov-action@v5
38
with:
0 commit comments