diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index a41c8c3..33b465d 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -23,9 +23,9 @@ jobs: - name: Install Dependencies run: | composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist - - 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 }} + # - 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 }}