suchen

Heim  >  Fragen und Antworten  >  Hauptteil

java - jacoco 统计junit单元测试对项目代码的测试覆盖率为0?

大家讲道理大家讲道理2802 Tage vor1110

Antworte allen(1)Ich werde antworten

  • 迷茫

    迷茫2017-04-18 10:47:25

    遇到同样的问题,找了很久才发现原来是版本问题,我的jdk是1.8,插件用0.7.2。。。。。看到你提问题,特地注册回答下,希望有用,我是这么解决的:pom文件中的配置版本改为最新

                <groupId>org.jacoco</groupId>    
                <artifactId>jacoco-maven-plugin</artifactId>    
                <version>0.7.9</version>  

    Antwort
    0
  • StornierenAntwort