- SonarQubeAnalyze@7
- SonarQube ran over Azure Pipeline
- While executing SonarQubeAnalyze@7 in azure pipeline I got this error (non-blocking error)
- Earlier I was using SonarQubeAnalyze@6 which had the same error
INFO: ------------- Run sensors on module Calculation.Calculation.Gateway
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=1ms
INFO: Sensor F# [communityfsharp]
INFO: [|“/i:D:\a\1.sonarqube\out.sonar\mod35\fs-analysis-input.xml”;
INFO: “/o:D:\a\1.sonarqube\out.sonar\mod35\fs-analysis-output.xml”|]
INFO: Not Supported member Report (information message)
INFO: D:\a\1\s\src\ProjectFolder\ProjectSubFolder\Main.fs: Lint Ok
INFO: Not Supported member Report (information message)
INFO: D:\a\1\s\src\ProjectFolder\ProjectSubFolder\Program.fs: Lint Ok
INFO: D:\a\1\s\src\ProjectFolder\ProjectSubFolder\AssemblyInfo.fs: Lint Ok
INFO: D:\a\1\s\src\ProjectFolder\ProjectSubFolder\Startup.fs: Lint Ok
INFO: Write output xml to file D:\a\1.sonarqube\out.sonar\mod35\fs-analysis-output.xml
##[error]ERROR: Not able to parse file : {0}
ERROR: Not able to parse file : {0}
INFO: Sensor F# [communityfsharp] (done) | time=5664ms
The error is with parsing some file which is not clear as it says {0}. Probably missing some parameter while looking at the file or what else ?
Also this error is only coming while iterating for F# (Fsharp) files