Releases: photogabble/clover-coverage-cli
Releases · photogabble/clover-coverage-cli
1.2.0
1.1.0
Added four new options to the command line:
-f, --failure-percentage[=FAILURE-PERCENTAGE] Threshold below which files are marked as failed [default: 0]
-w, --warning-percentage[=WARNING-PERCENTAGE] Threshold below which files are marked as warning [default: 90]
-e, --error-percentage[=ERROR-PERCENTAGE] Threshold below which files are marked as error [default: 80]
--exit[=EXIT] Exit with error if overall coverage is equal to or less than failure percentage.
Using the command with --exit=60 will now ensure the tool exits with code 1 if the overall code coverage is below 60%.
1.0.0
First stable release