Skip to content

Commit 5c81dc3

Browse files
committed
We don't need set safe directory
1 parent 8eb00d7 commit 5c81dc3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
run: |
3131
cargo tarpaulin --all-features --workspace --timeout 120 --out xml
3232
33-
- name: Prepare codecov
34-
run: git config --global --add safe.directory "$GITHUB_WORKSPACE" # https://github.com/codecov/feedback/issues/263
35-
3633
- name: Upload to codecov.io
3734
uses: codecov/codecov-action@v5
3835
with:

0 commit comments

Comments
 (0)