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.
1 parent b807eae commit 3fed692Copy full SHA for 3fed692
.github/workflows/coverage.yml
@@ -30,5 +30,8 @@ jobs:
30
- name: Execute tests (Unit and Feature tests) via PHPUnit 🧪
31
run: vendor/bin/phpunit --coverage-clover=coverage.xml
32
33
- - name: Submit code coverage report 🔭
34
- run: bash <(curl -s https://codecov.io/bash)
+ - name: Upload test results to Codecov
+ if: ${{ !cancelled() }}
35
+ uses: codecov/test-results-action@v1
36
+ with:
37
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments