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 6605824 + d6e1c03 commit 27417f3Copy full SHA for 27417f3
.github/workflows/integrate.yaml
@@ -60,7 +60,7 @@ jobs:
60
run: "vendor/bin/phpunit --colors=always --configuration=test/Unit/phpunit.xml --coverage-clover=.build/phpunit/logs/clover.xml"
61
62
- name: "Send code coverage report to codecov.io"
63
- uses: "codecov/codecov-action@v5.0.4"
+ uses: "codecov/codecov-action@v5.0.7"
64
with:
65
files: ".build/phpunit/logs/clover.xml"
66
0 commit comments