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 cod
You can have a look at this sample project where the path to a LCOV report is specified in the sonar-project.properties file.
sonar-project.properties
Note that some property names have changed in the last version of the Javascript plugin.