diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index c9ebc60..792b6c4 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -21,7 +21,7 @@ jobs: 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: Upload Code Coverage Report + uses: codecov/codecov-action@v1 + with: + token: ${{ secrets.CODECOV_TOKEN }}