One difference I notice as compare to our previous working SonarQube version 5.6 is,
[INFO] Imported coverage data for 0 files
[INFO] Parsing /target/failsafe-reports
[WARNING] Cannot find IT coverage report to parse: /target/failsafe-reports
[INFO] Sensor GenericCoverageSensor (done) | time=13ms
[INFO] Sensor Sonar-Sonargraph-Plugin [3.5]
It report the coverage report unable to find as as "Warning"
Latest Version 6.2:
[INFO] Sensor Generic Coverage Report
[INFO] Parsing /target/failsafe-reports
[ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.0.2:sonar (default-cli) on project rt: Error during parsing of coverage report /target/failsafe-reports: /target/failsafe-reports (No such file or directory) -> [Help 1]
So, even wothout providing any instaruction to run a coverage report, sensore trying to look for the coverage report and it failed, as there was no code coverage report available.
Now, How to disable this behavior, to avoid looking for Coverage report before it ran?
Please help.
Thanks,
-Saif