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.
我想知道,是否可以从 intellij (而不是从终端)运行覆盖,甚至更好,请参阅诸如来自 intellij 的本机覆盖范围之类的覆盖报告?
谢谢
我设法通过添加scalac-scoverage-plugin作为测试依赖项来收集覆盖率:
scalac-scoverage-plugin
libraryDependencies += "org.scoverage" %% "scalac-scoverage-plugin" % "1.4.0" % Test