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 e7cdfee + 2f1bded commit 2fbe7aaCopy full SHA for 2fbe7aa
1 file changed
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Run Testsuite
26
run: composer phpunit:clover
27
- name: Upload coverage reports to Codecov
28
- uses: codecov/codecov-action@v5.5.2
+ uses: codecov/codecov-action@v5.5.3
29
with:
30
token: ${{ secrets.CODECOV_TOKEN }}
31
file: tests/coverage.xml
0 commit comments