We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d270813 commit 849bd6cCopy full SHA for 849bd6c
.github/workflows/continuous-integration.yml
@@ -115,6 +115,9 @@ jobs:
115
run: XDEBUG_MODE=coverage php ./vendor/bin/phpunit --configuration ./phpunit.xml --debug --coverage-clover=coverage.xml
116
117
- name: Send code coverage report to Codecov.io
118
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2
119
with:
120
token: ${{ secrets.CODECOV_TOKEN }}
121
+ verbose: true
122
+ fail_ci_if_error: true
123
+ files: ./coverage.xml
0 commit comments