79709653

Date: 2025-07-21 21:30:22
Score: 1.5
Natty:
Report link

I realized what I was doing wrong (or incomplete).
The jacoco-it.exec file that was generated had all the information, but it was not being published to target/site/index.html file for external classes, which was being generated in 'report-integration' goal.

I had to run a separate command using jacococli.jar on the generated .exec file and specify my classfiles and sourcefiles. That gave me the coverage that I was looking for.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Noel