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 0f16c5f commit 84c57fbCopy full SHA for 84c57fb
.github/workflows/tests.yaml
@@ -98,7 +98,7 @@ jobs:
98
run: vendor/bin/phpunit --coverage-clover=build/coverage-report.xml
99
100
- name: Upload code coverage
101
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
102
with:
103
file: build/coverage-report.xml
104
token: ${{ secrets.CODECOV_TOKEN }}
@@ -150,7 +150,7 @@ jobs:
150
151
152
153
154
155
156
0 commit comments