Analyze multiple lcov.info files

  • which versions are you using (7.9 LTE)
    I have Angular project where I am trying to add multiple code coverage files in the properties file “sonar.javascript.lcov.reportPaths”
    I tried to add these coverage absolute path files using a comma (neeapps/reports/coverage/horizon/lcov.info,neeapps/coverage/libs/common/models/lcov.info,neeapps/coverage/libs/common/core/lcov.info,neeapps/coverage/libs/data/lcov.info) but in the sonar dashboard, I see first path coverage other path coverages are ignored.
    How should I get all the paths code coverage in the sonar dashboard?

Hi,

Can you provide your analysis logs, so we can see what the scanner thought about your comma-delimited path?

 
Ann