/jacoco-demo

jacoco demo.

Primary LanguageJava

jacoco demo

使用了自己写的binary-tree-printer来测试。

注意:默认情况下Xxx类对应的Test类必须命名为XxxTest,否则可能提示Skipping JaCoCo execution due to missing execution data file.

执行mvn test进行测试。

生成的报告在target/下,网页报告在target/site下。