Skip to content

Commit

Permalink
Modify sonar.properties for sonar coverage
Browse files Browse the repository at this point in the history
Modify sonar.javascript.lcov.reportPaths for fetch coverage
  • Loading branch information
steven-heng authored Jun 20, 2018
1 parent 365cc2a commit 795cba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ sonar.language=js

sonar.dynamicAnalysis=reuseReports
sonar.javascript.jstest.reportsPath=coverage
sonar.javascript.lcov.reportPath=coverage/lcov.info
sonar.javascript.lcov.reportPaths=coverage/lcov.info

0 comments on commit 795cba1

Please sign in to comment.