Before making any change, I would like to make sure that all of this was checked automatically or manually using the code coverage report, but there is a lot of outdated code that does not have automatic tests, and my changes will not be affected.
Is there a tool that can cross-reference diff from a version control tool to a code coverage report and make sure everything that was changed was running?
I understand that with code coverage this can give a false sense of security and something like that, all the more, but I think it's worth a try. I use git and PHP - I used the XCache shell interface to see what I ran, and this is useful, but it would be great if something could automatically start in git commit or push time.
git version-control php testing code-coverage
rjmunro
source share