JaCoCo - SonarQube - No information about coverage per test

前端 未结 4 1444
清歌不尽
清歌不尽 2021-01-03 21:35

I\'m using JaCoCo for Code Coverage. The Unit Test reports are created with junit and they are imported correctly, so that the unit test information is shown properly. The <

4条回答
  •  有刺的猬
    2021-01-03 22:31

    I use JUnit as well and in my case the issue was because of having TestNG dependency in my pom.xml. After removing this unnecessary dependency, everything started to work as expected.

提交回复
热议问题