Skip to content

Commit

Permalink
chore: update sonar-project.properties to include lcov reportPaths fo…
Browse files Browse the repository at this point in the history
…r all packages
  • Loading branch information
getlarge committed Jun 13, 2024
1 parent 5c3de3d commit 2309f50
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 @@ -8,4 +8,4 @@ sonar.test=packages
sonar.inclusions=packages/**/*.ts
sonar.test.inclusions=packages/**/test/*.spec.ts,packages/**/test/*.e2e-spec.ts
sonar.exclusions=packages/**/dist/*,packages/**/dist.browser/*,packages/**/fixtures/*,packages/**/cache/*,packages/**/node_modules/*,
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.javascript.lcov.reportPaths=coverage/packages/**/lcov.info

0 comments on commit 2309f50

Please sign in to comment.