Change ~/Library/Caches/PhpStorm2018.1/coverage/ to custom path

PhpStorm create the xml coverage in this path ~/Library/Caches/PhpStorm2018.1/coverage/.

I wanna change it to ./tests/coverage of my laravel application for example, how can i do that?

0

Please check the thread: https://youtrack.jetbrains.com/issue/WI-16856
You can add an appropriate configuration to phpunit.xml to achieve that.

0

请先登录再写评论。