Skip to content

Releases: photogabble/clover-coverage-cli

1.2.0

27 Jan 15:42
ff3feef

Choose a tag to compare

Updated

  • Update for symfony/console:5.* #4

1.1.0

12 Apr 22:55
21e76b2

Choose a tag to compare

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

28 Aug 19:00

Choose a tag to compare

First stable release