We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9769925 commit 6fa962cCopy full SHA for 6fa962c
.github/workflows/continuous-integration.yml
@@ -122,7 +122,7 @@ jobs:
122
uses: jakejarvis/wait-action@master
123
124
- name: Run tests with phpunit
125
- run: XDEBUG_MODE=coverage php ./vendor/bin/phpunit --configuration ./phpunit.xml --debug --coverage-clover=coverage.xml
+ run: XDEBUG_MODE=coverage php ./vendor/bin/phpunit --configuration ./phpunit.xml --coverage-clover=coverage.xml
126
127
- name: Send code coverage report to Codecov.io
128
uses: codecov/codecov-action@v2
0 commit comments