Skip to content

tinwonda/merge-xml-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merge XML Reports Tool

Old phpunit not support to export cov report file so you can't merge them with phpcov tool This will help to merge report file in xml file format.

How to build yourself

docker build . -t merge-xml-report

And run it with this

docker run -v "<path_to_your_result_dir>:/files/result" -v "<path_to_your_reports_dir>:/files/reports" merge-xml-report

How to run for docker hub

Log in docker hub of Hamee

docker login

And run it with this

docker run -v "<path_to_your_result_dir>:/files/result" -v "<path_to_your_reports_dir>:/files/reports" trinhtin/merge-xml-report:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published