79269596

Date: 2024-12-10 19:55:02
Score: 0.5
Natty:
Report link

It seems the Tomcat kills the JVM before JaCoCo agent has a chance to download the results. To avoid this and to get the whole report, can use the command line interface:

java -jar <jacococli> dump --port <port> --destfile <dump-file>

Additional optional parameter --reset would empty internal data after dumping the report.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: C.A.B.