PHPUnit remote coverage

I run phpunit test with remote interpreter. And it creates coverage report on remote computer.

Is it some tools to automaticaly load report to phpstorm and show code-coverage window?

 

0
1 comment

> Is it some tools to automaticaly load report to phpstorm and show code-coverage window?

Totally. How it usually works:

1. You create a deployment configuration that copies your project files to the remote side and back
2. You set the coverage report to be created within the remote directory mapped to the local project
3. Once you run tests remotely, after they finish running, the deployment configuration is being triggered copying the report back

0

Please sign in to leave a comment.