隐藏每行的集成测试覆盖率?

Hide integration test coverage per line?

我正在使用 SonarQube 5.1。而且我只使用单元测试覆盖率。

SonarQube GUI 中有没有办法隐藏左侧源代码页面中的集成覆盖栏,表示这行代码是否被集成测试覆盖?

原因是sonar.jacoco.reportMissing.force.zero设置为true。