Getting code coverage of my application using JaCoCo Java agent on Tomcat

前端 未结 3 1385
星月不相逢
星月不相逢 2020-12-31 10:05

I want to measure the code coverage of integration tests using the JaCoCo and Sonar tools.

For that, I start my Tomcat 5.5 configured with the JaCoCo agent in order

3条回答
  •  北荒
    北荒 (楼主)
    2020-12-31 11:02

    As far as I remember - file would be populated during shutdown of Tomcat.

提交回复
热议问题