Skip to content

Releases: d0x2f/CloverMerge

v1.0.5

23 Oct 23:38
Compare
Choose a tag to compare

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

v1.0.4

21 Oct 07:40
Compare
Choose a tag to compare

In this release, instead of passing through metrics untouched, it will generate the metrics based on the merged document.

v1.0.3

04 Oct 12:01
Compare
Choose a tag to compare

This release adds brief statistics output. #2

v1.0.2

03 Oct 23:48
Compare
Choose a tag to compare

This release introduces the --mode/-m flag. #1 #3

v1.0.1

03 Oct 01:29
Compare
Choose a tag to compare
remove version string from composer json.

v1.0.0

23 Sep 13:06
Compare
Choose a tag to compare
define binary script in composer.json