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.
有没有办法在单元测试/开发期间测量代码覆盖率。我正在使用码头,可以测量覆盖范围吗?
谢谢,穆2
另一个答案提到了 cobertura,但jacoco可能更容易设置。
它有一个java 代理,可以很容易地附加到启动时运行 JETTY 的 VM,方法是提供:
-javaagent:[yourpath/]jacocoagent.jar=[option1]=[value1],[option2]=[value2]