Skip to content

v1.0.5

Latest
Compare
Choose a tag to compare
@d0x2f d0x2f released this 23 Oct 23:38
· 1 commit to master since this release

This release adds the --enforce/-e flag that exits with failure if the final coverage is below the given threshold.

Example:

$ ./clover-merge -e 90 -o output.xml input.xml
Files Discovered: 1
Final Coverage: 4/5 (80.00%)
Coverage is below required threshold (80.00% < 90.00%).

$ echo $?
1