You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m running a SonarQube analysis on my project PRIME-ROUTESVR using SonarQube scanner version 5.0.1.3006 and SonarQube server version 9.9.4.87374. The source code for the analysis is located in the ./src directory, and any files in the /target/ directory are excluded from the analysis.
During the analysis, the process seems to be continuously running without failing, specifically on the following step of the SonarQube stage:
INFO: ------------- Run sensors on module GAGE-ADMIN
INFO: Load metrics repository
INFO: Load metrics repository (done) | time=19ms
INFO: Sensor JaCoCo XML Report Importer [jacoco]
INFO: ‘sonar.coverage.jacoco.xmlReportPaths’ is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms
INFO: Sensor Erlang EUnit Squid Sensor [erlang]
The process doesn’t seem to progress beyond this point. Could anyone provide some guidance on what might be causing this issue and how to resolve it?
The text was updated successfully, but these errors were encountered:
Hi,
I’m running a SonarQube analysis on my project PRIME-ROUTESVR using SonarQube scanner version 5.0.1.3006 and SonarQube server version 9.9.4.87374. The source code for the analysis is located in the ./src directory, and any files in the /target/ directory are excluded from the analysis.
During the analysis, the process seems to be continuously running without failing, specifically on the following step of the SonarQube stage:
INFO: ------------- Run sensors on module GAGE-ADMIN
INFO: Load metrics repository
INFO: Load metrics repository (done) | time=19ms
INFO: Sensor JaCoCo XML Report Importer [jacoco]
INFO: ‘sonar.coverage.jacoco.xmlReportPaths’ is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms
INFO: Sensor Erlang EUnit Squid Sensor [erlang]
The process doesn’t seem to progress beyond this point. Could anyone provide some guidance on what might be causing this issue and how to resolve it?
The text was updated successfully, but these errors were encountered: