Hello,
We use Sonarcloud for the XWiki open source project and we’ve just moved to the “Clean as code” quality gate, with the 80% code coverage on new code.
However, there are times when modifying some existing code that had low code coverage will result in the quality gate violation for code coverage. And there are times when you don’t want nor have the time to catch back on the tests for old code and when we’d like to do exceptions and agree that it shouldn’t fail the quality gate and thus our CI build (we fail the build when the quality gate fails).
Is it possible to somehow mark a code coverage failure as accepted (until the next time it happens)?
Thanks