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