SonarQube plugin to modify evaluation of existing code coverage

59 Views Asked by At

I'm looking to create a plugin to prevent analysis failing if the the coverage level is within X percent of the current quality gate value. I'm not too sure where to begin or how to approach solving this problem. I've looked at the Web API to attain the current quality gate values although I'm not sure if this is correct. The current setup uses SonarScanner for Jenkins.

0

There are 0 best solutions below