Hi,
We are having a javascript / nodejs project on Azure DevOps. We are getting the coverage information correctly from our tests and lcov.info has relative paths rather than the full paths to the source files.
However, when published to SonarCloud the coverage information is not getting published and it shows up as 0%.
It appears from other discussions that this may be due to relative path/absolute path changes introduced some time back. How can I resolve my issue and get the proper coverage in SonarCloud?
Thanks,