【发布时间】:2017-07-11 10:58:31
【问题描述】:
我们使用默认的“SonarQube way”质量门,它有一个“突变覆盖”设置,但这似乎不会导致门失败。
例如,我有一个小型测试项目,它没有足够的变异覆盖率,并将其报告为代码异味:
3 more mutants need to be covered by unit tests to reach the minimum threshold of 65% mutant coverage
这来自 FindBugs 质量配置文件。是否也有可能通过质量关卡?
【问题讨论】:
标签: sonarqube code-coverage mutation-testing