Skip to content

Commit 849bd6c

Browse files
committed
update codecov
1 parent d270813 commit 849bd6c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/continuous-integration.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ jobs:
115115
run: XDEBUG_MODE=coverage php ./vendor/bin/phpunit --configuration ./phpunit.xml --debug --coverage-clover=coverage.xml
116116

117117
- name: Send code coverage report to Codecov.io
118-
uses: codecov/codecov-action@v1
118+
uses: codecov/codecov-action@v2
119119
with:
120120
token: ${{ secrets.CODECOV_TOKEN }}
121+
verbose: true
122+
fail_ci_if_error: true
123+
files: ./coverage.xml

0 commit comments

Comments
 (0)