Skip to content

Commit

Permalink
fix: updated coverage workflow (see codecov/feedback#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcpesses committed Feb 23, 2024
1 parent 3465575 commit 384e4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Workaround for codecov/feedback#263
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git config --global --add safe.directory $GITHUB_WORKSPACE
- name: 📈 Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 384e4d7

Please sign in to comment.