How to tell Sonar to use my LCOV file for Code Coverage

后端 未结 1 1544
感情败类
感情败类 2021-02-14 18:44

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

1条回答
  •  一生所求
    2021-02-14 19:13

    You can have a look at this sample project where the path to a LCOV report is specified in the sonar-project.properties file.

    Note that some property names have changed in the last version of the Javascript plugin.

    0 讨论(0)
提交回复
热议问题