Skip to content

Commit 67f912d

Browse files
committed
Upload Code Coverage Report
1 parent e573424 commit 67f912d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/laravel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
2222
- name: Execute tests (Unit and Feature tests) via PHPUnit
2323
run: vendor/bin/phpunit --testdox --coverage-clover=coverage.xml
24-
# - name: Upload Code Coverage Report
25-
# uses: codecov/codecov-action@v1
26-
# with:
27-
# token: ${{ secrets.CODECOV_TOKEN }}
24+
- name: Upload Code Coverage Report
25+
uses: codecov/codecov-action@v1
26+
with:
27+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)