As per thread reply, seeing much better results wi...
# code-coverage
j
As per thread reply, seeing much better results with JaCoCo 0.8.3. We've also been putting the coverage reports into https://codecov.io/ for viewing and been pretty pleased with the results. We have multimodule builds, so viewing total coverage without having to manually aggregate reports is super nice, and I think they do some kotlin-specific 'fixes' of the reports before displaying. We also care more about line coverage than instruction coverage (easier for us to reason about), and the viewer there + the github PR integration have been super nice.