sbt-jacoco
sbt-jacoco copied to clipboard
jacoco.exec has different content (smaller) than HTML and XML reports
In project with more than one test file binary report (jacoco.exec) needed for jenkins or Sonar coverage is much smaller than XML or HTML report.
Sorry, I don't understand what you mean by this. Could you please elaborate or point me to some sample project?
Same issue. HTML report shows 75% code coverage, but Sonar (using xml report) shows only 67,4%
I have same as @IlyaScorp