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 7f91fa3 + b884a41 commit bf575eaCopy full SHA for bf575ea
.github/workflows/integrate.yaml
@@ -74,7 +74,7 @@ jobs:
74
run: "vendor/bin/phpunit --colors=always --configuration=test/Unit/phpunit.xml --coverage-clover=.build/phpunit/logs/clover.xml"
75
76
- name: "Send code coverage report to codecov.io"
77
- uses: "codecov/[email protected].2"
+ uses: "codecov/[email protected].3"
78
with:
79
files: ".build/phpunit/logs/clover.xml"
80
token: "${{ secrets.CODECOV_TOKEN }}"
0 commit comments