Skip to content

Commit

Permalink
Merge pull request #76 from MacPaw/Yozhef-patch-1
Browse files Browse the repository at this point in the history
Update ci.yaml
  • Loading branch information
Yozhef authored Jan 7, 2025
2 parents 2068c6c + 58f580c commit 4dfacc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
if: matrix.coverage == 'xdebug'

- name: Run codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v5
if: matrix.coverage == 'xdebug'
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: './coverage.xml'
files: './coverage.xml'
fail_ci_if_error: true

0 comments on commit 4dfacc6

Please sign in to comment.