Skip to content

Commit

Permalink
Fix Codecov action config after v5 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Nov 18, 2024
1 parent 3f76cf9 commit f59c038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: './coverage.xml'
files: './coverage.xml'
fail_ci_if_error: true
PHP-CS-Fixer:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f59c038

Please sign in to comment.