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.
1 parent 602f70d commit f73f570Copy full SHA for f73f570
.github/workflows/tests.yaml
@@ -62,7 +62,7 @@ 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'
68
fail_ci_if_error: true
0 commit comments