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 dabc363 + 1d91137 commit ccdb744Copy full SHA for ccdb744
1 file changed
.github/workflows/run-tests.yml
@@ -40,7 +40,7 @@ jobs:
40
run: ./vendor/bin/phpunit --coverage-clover clover.xml -d --without-creating-snapshots
41
42
- name: Upload coverage to Codecov
43
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
44
with:
45
token: ${{ secrets.CODECOV_TOKEN }}
46
files: clover.xml
0 commit comments