Next year we purchased the enterprise version, are the steps for upgrading the version the same?
8.8.0 → 8.9.10 → 9.9.2 → 10.2.1 (last step optional)
8.8.0 → 8.9.10 → 9.9.2 → 10.2.1(最后一步可选)
Did you setup your path to JaCoCo report and JUnit report?
It seems that it is not located at a default location.
Remember that jacoco “exec” file is no longer supported and you must generate your jacoco report in xml using: “mvn org.jacoco:jacoco-maven-plugin:report”
Hi Calero.We don’t specify the path to JaCoCo report and JUnit repor in Sonarqube or in the project POM file. Some projects are able to import the report successfully, but some don’t, which is something that strikes us as odd.
That’s because you are building your projects in a different way. You will have to provide more information because we are blind here.
As I told you before, on the screenshot provided, your parameter destfile for jacoco is an “exec” file and SonarQube no longer support this format to import the jacoco coverage. You must generate an XML file.
Instead of reviving a thread that hasn’t seen activity in a year, please create a new thread with all the required details mentioned in the template post.