Jump to content

view code coverage remotely


kigogu

Recommended Posts

Is there any way that I could view the results from my code coverage remotely? My boss wants to be able to view my code coverage results without having to log on to my computer or anything like that. I'm fairly new to code coverage in general so I do not know how I might be able to set this up. For reference i'm using PHPUnit and xdebug to get my results.

Link to comment
https://forums.phpfreaks.com/topic/261585-view-code-coverage-remotely/
Share on other sites

You should probably look into some form of *build* tool. I personally use Phake as it's very simple.

 

There is an example of it's usage in my framework, https://github.com/proem/proem/blob/develop/Phakefile

 

There would be nothing stopping you from creating a task that would upload your code coverage results somewhere.

 

Assuming your using version control as well you could also setup a hook to do the same.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.