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 e573424 commit 67f912dCopy full SHA for 67f912d
.github/workflows/laravel.yml
@@ -21,7 +21,7 @@ jobs:
21
composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
22
- name: Execute tests (Unit and Feature tests) via PHPUnit
23
run: vendor/bin/phpunit --testdox --coverage-clover=coverage.xml
24
- # - name: Upload Code Coverage Report
25
- # uses: codecov/codecov-action@v1
26
- # with:
27
- # token: ${{ secrets.CODECOV_TOKEN }}
+ - name: Upload Code Coverage Report
+ uses: codecov/codecov-action@v1
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments