crystal-coverage icon indicating copy to clipboard operation
crystal-coverage copied to clipboard

Option to 'fail' the coverage when coverage percentage is less than a specified minimum.

Open drhuffman12 opened this issue 4 years ago • 0 comments

Please:

  • [ ] Add a command line option to bin/crystal-coverage for specifying a 'minimum coverage' value
  • [ ] Change the bin/crystal-coverage script so that
    • [ ] It uses that command line option
    • [ ] After running the coverage script, it causes echo $? in the console to return a 1 (or higher) when the coverage percentage is less than that specified 'minimum coverage' value (so that it can optionally be used to fail builds that don't meet the specified minimum coverage).

drhuffman12 avatar Sep 06 '21 22:09 drhuffman12