Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinhooke/483a4fd4fe30fa9af1528a9454df2b7e to your computer and use it in GitHub Desktop.
Save kevinhooke/483a4fd4fe30fa9af1528a9454df2b7e to your computer and use it in GitHub Desktop.
sonar-project.properties for javascript test code coverage (e.g. from 'jest --coverage')
#configure to point to the lcov.info output file
sonar.javascript.lcov.reportPaths=coverage/lcov.info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment