-
-
Notifications
You must be signed in to change notification settings - Fork 376
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
No coverage reported for PHPStorm 2019.2.5 #710
Comments
While I use PhpStorm, I do not use its UI to run tests or look at coverage. Therefore I cannot reproduce the issue. Can you narrow down which of the commits made between 7.0.8 and 7.0.9 is responsible for this? Also, can you check whether code coverage works for you outside of PhpStorm? Thanks! |
The only thing that would make sense to be the cause for this is #705 (and #706). CC @danielpalme |
This is the change that brought the problem. Rolling back to |
After updating from 7.0.8 to 7.0.9 PHPStorm 2109.2.5 stops showing the coverage when running tests from IDE. No errors in IDE logs, it just behaves like all the code is excluded from coverage. Downgrading to 7.0.8 solves the problem, so the cause is probably in last php-code-coverage release.
phpunit.xml
:The text was updated successfully, but these errors were encountered: