问题
Is there a setting in SonarQube dashboard that allows for ignoring getter and setters? This sounds like a better option then coding //nopmd on every method in your codebase.
My codebase has a lot of them and they are dramatically lowering my unit test coverage % being reported in the Sonarqube dashboard
回答1:
There is no option to ignore getters and setters. However, if you have classes you'd like omitted entirely from coverage calculations, you can easily do so with exclusions.
来源:https://stackoverflow.com/questions/48331440/sonarqube-ignore-getter-setters-in-code-analysis