jacoco code coverage report generator showing error : “Classes in bundle 'Code Coverage Report' do no match with execution data”

前端 未结 2 1905
鱼传尺愫
鱼传尺愫 2020-12-03 05:24

I am generating jacoco report by using jacoco:report tag. I am getting errors like :

[jacoco:report] Classes in bundle \'Code Coverage Report\' do no match          


        
2条回答
  •  一向
    一向 (楼主)
    2020-12-03 05:40

    JaCoCo needs the exact same class files for report generation that used at execution time. Due to different compilers and/or other tools modifying the classes, the classes might be different.

提交回复
热议问题