Skip to content

Commit 6fa962c

Browse files
author
Stepan Zolotarev
committed
CI fix
1 parent 9769925 commit 6fa962c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
uses: jakejarvis/wait-action@master
123123

124124
- name: Run tests with phpunit
125-
run: XDEBUG_MODE=coverage php ./vendor/bin/phpunit --configuration ./phpunit.xml --debug --coverage-clover=coverage.xml
125+
run: XDEBUG_MODE=coverage php ./vendor/bin/phpunit --configuration ./phpunit.xml --coverage-clover=coverage.xml
126126

127127
- name: Send code coverage report to Codecov.io
128128
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)