Skip to content

Commit 378d190

Browse files
committed
update codecov
1 parent d1579fe commit 378d190

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ jobs:
9494
run: XDEBUG_MODE=coverage php ./vendor/bin/phpunit --configuration ./phpunit.xml --coverage-clover=coverage.xml
9595

9696
- name: Send code coverage report to Codecov.io
97-
uses: codecov/codecov-action@v1
97+
uses: codecov/codecov-action@v2
9898
with:
99-
token: ${{ secrets.CODECOV_TOKEN }}
99+
token: ${{ secrets.CODECOV_TOKEN }}
100+
verbose: true
101+
fail_ci_if_error: true
102+
files: ./coverage.xml

0 commit comments

Comments
 (0)