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 28af002 + ea30703 commit 648aa38Copy full SHA for 648aa38
.github/workflows/integrate.yaml
@@ -117,7 +117,7 @@ jobs:
117
run: "vendor/bin/phpunit --colors=always --configuration=phpunit.xml --coverage-clover=.build/phpunit/clover.xml"
118
119
- name: "Send code coverage report to codecov.io"
120
- uses: "codecov/codecov-action@v5.0.2"
+ uses: "codecov/codecov-action@v5.0.7"
121
with:
122
files: ".build/phpunit/logs/clover.xml"
123
token: "${{ secrets.CODECOV_TOKEN }}"
0 commit comments