Configure return code if threshold is not reached
VladislavAntonyuk opened this issue · 3 comments
VladislavAntonyuk commented
currently if coverage threshold is not reached, the tool exits with code 1. it breaks the continue tasks running.
I would like to set a boolean flag like --ignoreThreshold, which if it is true, the program will exit with ExitCode=0;
lucaslorentz commented
Can you set threshold to 0? Or do you want to use threshold to color your report output?
VladislavAntonyuk commented
I want to use threshold to color report output
lucaslorentz commented
@VladislavAntonyuk
Thanks, implemented as --no-fail
and released in version 3.1.0.