Skip to content

final-gene/docker-hub-coverage-check

Repository files navigation

Coverage check

Docker build and publish

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.

How to use this image

For analyzing the coverage you can run the following.

$ docker run \
    --rm \
    --volume "$(pwd)":/app \
    --workdir /app \
    finalgene/coverage-check clover.xml 100.0

Quick reference