From 67f912d038aa01e844542771ecbcb3e1f6d66d09 Mon Sep 17 00:00:00 2001 From: Sander de Vos Date: Sun, 15 Nov 2020 00:47:02 +0100 Subject: [PATCH] Upload Code Coverage Report --- .github/workflows/laravel.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }}