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.
我想知道是否有一种方法可以像在 JaCoCO4SBT 中一样从 SCCT 覆盖范围中排除文件/文件夹
jacoco.excludes in jacoco.Config := Seq("views*", "Routes", "controllers*routes*", "controllers*Reverse*", "controllers*javascript*", "controller*ref*")
快速浏览一下我认为不可能的来源。该插件似乎没有使用 sbt 的设置,并且很难重新配置它。