which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension) - * Version 7.8 (build 26217)
what are you trying to achieve - we are trying to post code-coverage to Sonarqube dashboard
what have you tried so far to achieve this - we have modified the scoverage.xml file to include the correct paths, but even with correct paths it fails to resolve paths. To further explain, one can copy the path in the error output, and paste it into the console and it will find the file.
It seems that you are not providing any file to analyze, and you can only import coverage for source files.
My guess is that coverage reports and properties are indeed correct, and the problem comes from a misconfiguration of properties? Especially sonar.source?