Skip to content

Commit 3fed692

Browse files
authored
Update coverage.yml
1 parent b807eae commit 3fed692

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@ jobs:
3030
- name: Execute tests (Unit and Feature tests) via PHPUnit 🧪
3131
run: vendor/bin/phpunit --coverage-clover=coverage.xml
3232

33-
- name: Submit code coverage report 🔭
34-
run: bash <(curl -s https://codecov.io/bash)
33+
- name: Upload test results to Codecov
34+
if: ${{ !cancelled() }}
35+
uses: codecov/test-results-action@v1
36+
with:
37+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)