Skip to content

Commit 50a79ad

Browse files
committed
update codecov
1 parent c191f21 commit 50a79ad

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/continuous-integration.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ jobs:
9999
run: XDEBUG_MODE=coverage php ./vendor/bin/phpunit --configuration ./phpunit.xml --debug --coverage-clover=coverage.xml
100100

101101
- name: Send code coverage report to Codecov.io
102-
uses: codecov/codecov-action@v1
102+
uses: codecov/codecov-action@v2
103103
with:
104-
token: ${{ secrets.CODECOV_TOKEN }}
104+
token: ${{ secrets.CODECOV_TOKEN }}
105+
verbose: true
106+
fail_ci_if_error: true
107+
files: ./coverage.xml

0 commit comments

Comments
 (0)