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.
1 parent 912a426 commit 36eb73fCopy full SHA for 36eb73f
.github/workflows/ci.yaml
@@ -76,6 +76,6 @@ jobs:
76
run: vendor/bin/phpunit --coverage-text --coverage-xml build/coverage-xml --coverage-cobertura build/cobertura.xml
77
78
- name: Upload coverage reports to Codecov
79
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
80
env:
81
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments