we’ve been using sonar qube for code quality and code coverage. w.r.t to code coverage the Jacoco test coverage is being executed to gain the respective types of coverages from the code here.
Surprised to see unlikely coverage of both, although the origin of the data is from Jacoco.
Concerns:
Assist us in filling the gap here or any incorrect understandings
Also brief us on the process of post-report recovery from Jacoco
we wish to see the same results on both windows, Kindly walk us through to achieve it
When a file is included in a coverage report, we go 100% by what the report says for that file. For files omitted from a report… this blog has some age on it, but it should help.