Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Feb 17, 2024
1 parent 4a2eb31 commit 131101f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ jobs:
if: matrix.coverage == 'coverage'
- run: bundle exec rspec
timeout-minutes: 1
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
name: codecov-action@v4 workaround
- name: Upload coverage reports
uses: codecov/codecov-action@v4
if: matrix.coverage == 'coverage'
with:
fail_ci_if_error: true
directory: ./coverage/
files: coverage.xml
files: ./coverage/coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 131101f

Please sign in to comment.