Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
Sonarqube:latest
sonar-maven-plugin: 3.7.0.1746
jacoco-maven-plugin: 0.8.6 - what are you trying to achieve
Includes coverage for failed tests.
I am working on a project that has a lot of failed tests. I am trying to find out which code are not covered by any tests. Currently no coverage was shown. - what have you tried so far to achieve this
Tried these two flags:
-Djacoco.haltonfailure=false
-Djacoco.ignoreFailture=true
Log Snippet
[ERROR] Tests run: 57, Failures: 3, Errors: 39, Skipped: 0
…
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project PROJ: There are test failures.
[ERROR]
[ERROR] Please refer to D:\PROJ\target\surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.