We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 602f70d + 91c7aec commit c981182Copy full SHA for c981182
.github/workflows/tests.yaml
@@ -62,8 +62,8 @@ jobs:
62
- name: Run tests
63
run: vendor/bin/phpunit --coverage-clover=coverage.xml
64
- name: Upload code coverage
65
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
66
with:
67
- file: './coverage.xml'
+ files: './coverage.xml'
68
fail_ci_if_error: true
69
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments