Skip to content

Commit

Permalink
Merge pull request #2 from Prakharnagore/fix_sonar_properties
Browse files Browse the repository at this point in the history
fix sonar properties
  • Loading branch information
Prakharnagore committed Jul 20, 2024
2 parents 8e77208 + 2cad897 commit 38ddc2a
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 @@ -3,7 +3,7 @@ sonar.organization=prakharnagore
sonar.projectName=pizza-auth-service
sonar.sources=src
sonar.tests=tests
sonar.exclusions=**/node_modules/**/*, **/dist/**/*, **/build/**/*, **/migratio/**/*
sonar.exclusions=**/node_modules/**/*, **/dist/**/*, **/build/**/*, **/migration/**/*
sonar.qualitygate.wait=true
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.scm.exclusions.disabled=true

0 comments on commit 38ddc2a

Please sign in to comment.