we are using SonarCloud to analyse an AngularJS project, we used to have coverage report by using sonar.javascript.lcov.reportPaths property but it doesn’t work anymore since yesterday.
From what I can see in scanner context, JS plugin was updated from SonarJS 5.1.1.7506 to SonarJS 5.2.0.7766.
I didn’t find anything in release note, do you know if we need to change our config and how ?
Hi @rudy-henon,
In fact, we did change something about LCOV reportPath, but it should be backward compatible (hence, not impacting current configuration).
Could you please share with us what are you using as sonar.javascript.lcov.reportPaths property? Is your project multi-language? Could you please attach the logs?
@sasjo is your problem related to coverage report path? If not, could you please create a separate thread?
I am using the following property sonar.javascript.lcov.reportPaths=reports/unit-tests/coverage/lcov/lcov.info. The project uses JavaScript, CSS and HTML languages. Please find scanner logs attached.