How to tell Sonar to use my LCOV file for Code Coverage
问题 We have a Jenkins job that contains a bunch of javascript files. We build our project via grunt, and at the end of the build we run JSCover to run our unit tests and collect code coverage. It all works. We get a nice LCOV file. We now want to upload the LCOV file to Sonar, and I'm not sure how to do this. We are building our project from Jenkins as a free style project. I tried playing around with various project properties for sonar, but no love: # project metadata (required) sonar