Skip to content

Commit

Permalink
Updated sonar settings
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Feb 15, 2024
1 parent 1d60522 commit 508b857
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/nut.js/sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
sonar.projectKey=nut-tree:nut.js
sonar.organization=nut-tree
sonar.sources=lib/,index.ts
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.typescript.lcov.reportPaths=coverage/lcov.info
sonar.javascript.exclusions=**/node_modules/**,**/*.spec.js
sonar.typescript.exclusions=**/node_modules/**,**/*.spec.ts

0 comments on commit 508b857

Please sign in to comment.