Open brunnre8 opened 6 years ago
While it is nice to have a good test coverage, decreasing the coverage shouldn't fail the build. It is an annotation but not a failure (the code still runs)
Only actual failures in the test suite should be considered a build failure.
Hmm, I'll see if I can modify that to warn but not fail.
While it is nice to have a good test coverage, decreasing the coverage shouldn't fail the build. It is an annotation but not a failure (the code still runs)
Only actual failures in the test suite should be considered a build failure.