Skip to content

Commit

Permalink
add sonar project properties config
Browse files Browse the repository at this point in the history
  • Loading branch information
Prakharnagore committed Jul 20, 2024
1 parent 389a399 commit b960a8f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
sonar.projectKey=Prakharnagore_pizza-auth-service
sonar.organization=prakharnagore
sonar.projectKey=pizza-auth-service
sonar.sources=src
sonar.tests=tests
sonar.exclusions=**/node_modules/**/*, **/dist/**/*, **/build/**/*, **/migratio/**/*
sonar.qualitygate.wait=true
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.scm.exclusions.disabled=true

0 comments on commit b960a8f

Please sign in to comment.