sonarqube - How to ignore the 'not covered by tests' warning? -


i using sonarqube version 6.4. not writing test cases, when check sonarqube, shows quality gate failed. error message is:

not covered tests.

is possible avoid or ignore same projects?

change default quality gate settings. go quality gates, select default quality gate , delete code coverage metrics.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -