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 92221b2 + e56026f commit 9db9ae1Copy full SHA for 9db9ae1
1 file changed
.github/workflows/run-tests.yml
@@ -41,7 +41,7 @@ jobs:
41
run: vendor/bin/pest --coverage-clover=coverage.xml --coverage
42
43
- name: Upload coverage reports to Codecov
44
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
45
with:
46
file: ./coverage.xml
47
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments