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 201e370 + 069abd5 commit 1778f3eCopy full SHA for 1778f3e
.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@v3.1.3
+ uses: codecov/codecov-action@v3.1.4
45
with:
46
token: ${{ secrets.CODECOV_TOKEN }}
47
files: clover.xml
0 commit comments