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 8705468 + 624d486 commit 19a1014Copy full SHA for 19a1014
1 file changed
.github/workflows/run-tests.yml
@@ -37,7 +37,7 @@ jobs:
37
run: vendor/bin/pest --coverage --coverage-clover=coverage.xml
38
39
- name: Upload coverage reports to Codecov
40
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
41
with:
42
file: ./coverage.xml
43
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments