From 23 June, sonar-scanner cannot analysis my javascript application any more. Here is my sonar-project.properties settings:
sonar.javascript.lcov.reportPaths=coverage/lcov.info
And here is the log from sonar-scan:
INFO: Analysing [/Users/tao/git/change-publisher/coverage/lcov.info]
WARN: Could not resolve 7 file paths in [/Users/tao/git/change-publisher/coverage/lcov.info], first unresolved path:/Users/tao/git/change-publisher/src/consumptionPublisher/consumptionPublisher.js
I know the consumptionPublisher.js is existing. But Sonar-scanner just cannot find it. So my coverage drops to 0.
Is this a Sonar-scanner bug?
Cheers,
Tao