Skip to content

Commit

Permalink
Upload Code Coverage Report
Browse files Browse the repository at this point in the history
  • Loading branch information
sander3 committed Nov 14, 2020
1 parent e573424 commit 67f912d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 67f912d

Please sign in to comment.