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 77d4a3d commit 078af4aCopy full SHA for 078af4a
.github/workflows/code_coverage.yml
@@ -30,7 +30,7 @@ jobs:
30
- run: composer install --prefer-dist --no-progress --no-suggest
31
- run: vendor/bin/phpunit --coverage-clover build/logs/clover.xml
32
33
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
34
with:
35
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
36
files: build/logs/clover.xml # optional
0 commit comments