sebastianbergmann / phpcov

TextUI frontend for php-code-coverage
BSD 3-Clause "New" or "Revised" License
223 stars 58 forks source link

Docker official image #119

Closed Legion112 closed 2 years ago

Legion112 commented 2 years ago

Would be nice to have supported docker image here. For each version. Ideally I could create a pull request with Dockerfile and GitHubAction job to build it on each release.

https://hub.docker.com/search?q=phpcov

sebastianbergmann commented 2 years ago

Feel free to do that on your own and outside of this project.

Legion112 commented 1 year ago

What do you think about mentioning the usage of my image in the readme section?

docker run --rm -w /app/ -v $(pwd):/app/ fearofcode/phpcov:6.0.1  merge --xml .phpunit.coverage.xml  .phpunit.coverage.php/

That would benefit the others to quickly set up CI