Skip to content

Commit

Permalink
Adding sonar.tests/__test__
Browse files Browse the repository at this point in the history
  • Loading branch information
augustocristian committed Apr 5, 2024
1 parent 9b38c5f commit 384a41d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ sonar.projectName=wiq_es05b

sonar.coverage.exclusions=**/*.test.js
sonar.sources=users/authservice,users/userservice,gatewayservice,webapp/src,userhistory,jordi,ranking
sonar.tests=users/authservice/__test__,users/userservice/__test__,gatewayservice/__test__,webapp/src/__test__,userhistory/__test__,jordi/__test__,ranking/__test__
sonar.sourceEncoding=UTF-8
sonar.exclusions=node_modules/**
sonar.javascript.lcov.reportPaths=**/coverage/lcov.info

0 comments on commit 384a41d

Please sign in to comment.