You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Please:
bin/crystal-coverage
for specifying a 'minimum coverage' valuebin/crystal-coverage
script so thatecho $?
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).The text was updated successfully, but these errors were encountered: