I'm trying to publish karma report in sonar.Ours is a angularJS application Maven project.Already sonarqube is displaying junit code coverage.I have generated lcov.info file but sonarqube is not picking up the file.I have included following properties in sonar but its not working
sonar.javascript.jstestdriver.reportsPath=reports/
sonar.javascript.lcov.reportPath=src/main/webapp/coverage/lcov.info
Any help is appreciated.