Can't get sonarqube to record coverage information

Please help, I’m having issues with sonarqube coverage for a javascript project.
I’m using sonar-scanner-3.3.0.1492-linux

My folder structure is like this
/app/app.js
/deploy/app/app.js.

Here’s a section of my lcov.info file :
TN:
SF:deploy/app/app.js
FN:26,(anonymous_0)
FN:30,(anonymous_1)
FN:34,(anonymous_2)
FN:37,(anonymous_3)
FNF:4

The error I’m getting is : Could not resolve 288 file paths in [/app/app/…/coverage-app/lcov-report/lcov.info], first unresolved path: deploy/app/app.js

Many Thanks

Hi,

Welcome to the community!

Can you share your analysis properties?

 
Ann