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