Hi,
I think it’s worth backing up here to an earlier post in the thread:
reportPathUrl is not a recognized parameter name. I previously provided links to the listing/documentation of recognized parameter names: Coverage push to SonarQube Dashboard - #4 by ganncamp
Specifically, if you’re uploading a JaCoCo exec report format, then your parameter name should be sonar.jacoco.reportPaths. Note that we’ve deprecated support of this format. You should switch to generating XML reports and passing them in to analysis with sonar.coverage.jacoco.xmlReportPaths. Also, you should upgrade to 7.9.1, the latest version and current LTS, at your earliest convenience.
Ann