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