I am using ReactJS and ran the react-scripts test --ci --coverage
for code coverage testing. It created a folder called coverage and inside that i see lcov.info
file.
I gave this path in the sonar.javascript.lcov.reportPaths=XXX/coverage/lcov.info
in the sonar-project.properties
and ran the scan. But still i couldn't see the coverage report.
Am i missing something here.
Thanks.