Skip to content

Commit 8a74627

Browse files
committed
Use new codecov upload
1 parent 26f0d28 commit 8a74627

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ jobs:
185185
run: "vendor/bin/phpunit --coverage-clover=.build/logs/clover.xml"
186186

187187
- 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)"
188+
uses: "codecov/codecov-action@v3"
189+
with:
190+
token: "${{ secrets.CODECOV_TOKEN }}"
191191

192192
mutation-tests:
193193
name: "Mutation tests"

0 commit comments

Comments
 (0)