Skip to content

dafeder/phpcov-rewrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPUnit Coverage File Renamer

Script to change file paths in a PHPUnit .cov file when they do not reflect the current environment. Useful for if you run tests in one CI job and need to generate an HTML coverage report in another, where the paths have changed.

Example usage:

./phpcov-rewrite coverage.cov -f "/var/www/html" -r "/home/circleci/project" > new.cov

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages