I have a SonarQube 5.6 server and I'm using Github. I did the integration to install the Sonar Github plugin, but I donβt understand whether this should indicate whether the new code does not match the setting of the code coverage threshold in Quality Gate.
In Quality Gate, I defined an error that will be raised if there is no more than 75% of the code coverage for the new code that is entered using the Pull request.
- If the Sonar Github plugin reports a problem (comment) in a Github pull request, if the newly added code does not match the Quality Gate metric I installed?
- Is there a way to specify in Github Pull Requests if new code trying to be merged does not meet coverage expectations?
Thanks!
source share