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?
Please sign in to leave a comment.
Please check the thread: https://youtrack.jetbrains.com/issue/WI-16856
You can add an appropriate configuration to phpunit.xml to achieve that.