Alban Auzeill
Alban Auzeill
Hello JaCoCo team, SonarQube java analyzer team speaking, For sure, we don't want to depend anymore from JaCoCo's native format (.exec), that's why, since SonarQube 8.2, we only depend on...
@bmaehr, there's a small code example made by @peternelissen that reproduce the dependency problem: [jacoco-example4](https://github.com/peternelissen/jacoco-sonar/tree/master/jacoco-example4) We failed to see line 14 of `M1.java` as covered. (It is called by M3Test)...
I can reproduce using your commit `bebaeb7`. It's due to a limitation of SonarGo analyzer that only provide covered/uncovered lines to SonarQube API. And if we focus only at line...