-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-enable xdebug to support code coverage #22
base: 4.x
Are you sure you want to change the base?
Conversation
PHPUnit requires xdebug to offer code coverage (See https://phpunit.de/manual/6.5/en/code-coverage-analysis.html). Backup and restore xdebug.ini before phpunit runs (See Shippable/support#2140 (comment)).
In general a good idea, but you already see what happens: We faced that before :-( |
Interesting, if that works we should turn on the code coverage report in a one of the tests. Otherwise we'll have to wait very long for test results during code sprints. |
…ping_alter() for "any schema" backend
…or text_zh_hans_6_0_0
For 4.x we now switched to github workflows. The PHP action provides much better support and we're not running into timing issues. |
PHPUnit requires xdebug to offer code coverage (See https://phpunit.de/manual/6.5/en/code-coverage-analysis.html).
Backup and restore xdebug.ini before phpunit runs (See Shippable/support#2140 (comment)).