Skip to content

final-gene/docker-hub-coverage-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Coverage check for CI

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors