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