Disable clean as you code quality gate warning

  • which versions are you using: SonarQube 9.9.0.65466
  • how is SonarQube deployed: zip
  • what are you trying to achieve:
    I want to disable warning in my Quality Gate about Clean as You code

    I specificaly removed Code Coverage is less than 80% so this warning is a false positive in my case.
  • what have you tried so far to achieve this: clicking in the GUI

Hey there.

In this case, you can set the coverage condition to 0% (Coverage is less than 0%) which has the same effect as removing the condition, but suppresses the warning.

A post was merged into an existing topic: Be able to add/remove conditions to the quality gate without warning