Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过 sonar-maven plugin 在我的项目中使用声纳。我正在使用 Cobertura 插件进行代码覆盖率分析。我想从代码覆盖率报告中排除一些模块/类。
我该怎么做?提前致谢。
您可以使用 sonar.coverage.exclusions 来不报告项目某些文件的覆盖范围。
您可以在项目设置中的“Exclusions > Code Coverage”类别中找到此属性。