crystal-coverage
crystal-coverage copied to clipboard
Option to 'fail' the coverage when coverage percentage is less than a specified minimum.
Please:
- [ ] Add a command line option to
bin/crystal-coveragefor specifying a 'minimum coverage' value - [ ] Change the
bin/crystal-coveragescript so that- [ ] It uses that command line option
- [ ] After running the coverage script, it causes
echo $?in the console to return a1(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).