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 1255424 + a5fd0fa commit a4c4ccaCopy full SHA for a4c4cca
1 file changed
.github/workflows/codecov.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Run Test Suite
33
run: vendor/bin/phpunit --testdox --coverage-clover ./coverage.xml
34
- name: Code Coverage
35
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
36
with:
37
token: ${{ secrets.CODECOV_TOKEN }}
38
files: ./coverage.xml
0 commit comments