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 ee05e65 + d5c9011 commit 614950aCopy full SHA for 614950a
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Run Testsuite
23
run: php -d xdebug.mode=coverage vendor/bin/phpunit --coverage-clover=coverage.xml
24
- name: Upload coverage reports to Codecov
25
- uses: codecov/codecov-action@v5.3.1
+ uses: codecov/codecov-action@v5.4.0
26
with:
27
token: ${{ secrets.CODECOV_TOKEN }}
28
file: coverage.xml
0 commit comments