This is an image to check the coverage given by a clover XML file.
This image provides a script based on https://github.com/michaelmoussa/php-coverage-checker.
For analyzing the coverage you can run the following.
$ docker run \
--rm \
--volume "$(pwd)":/app \
--workdir /app \
finalgene/coverage-check clover.xml 100.0
-
Where to get help: the Docker Community Forums, the Docker Community Slack, or Stack Overflow
-
Where to file issues: https://github.com/finalgene/docker-hub-coverage-check/issues
-
Maintained by: The final gene Team
-
Source of this description: Repository README.md