We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f0d28 commit 8a74627Copy full SHA for 8a74627
1 file changed
.github/workflows/build.yaml
@@ -185,9 +185,9 @@ jobs:
185
run: "vendor/bin/phpunit --coverage-clover=.build/logs/clover.xml"
186
187
- name: "Send code coverage report to Codecov.io"
188
- env:
189
- CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
190
- run: "bash <(curl -s https://codecov.io/bash)"
+ uses: "codecov/codecov-action@v3"
+ with:
+ token: "${{ secrets.CODECOV_TOKEN }}"
191
192
mutation-tests:
193
name: "Mutation tests"
0 commit comments