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
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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.