-
Notifications
You must be signed in to change notification settings - Fork 36
/
sonar-project.properties
16 lines (10 loc) · 1.08 KB
/
sonar-project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
sonar.projectKey=DigiChanges_node-experience
sonar.organization=digichanges
sonar.projectName=node-experience
sonar.projectVersion=1.0
sonar.sources=src
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.exclusions=**/*.spec.ts,**/*.d.ts,**/*.d.ts.map,**/node_modules/**,**/Tests/**,**/*Mock*.ts,**/*Stub*.ts
sonar.coverage.exclusions=**/node_modules/**,**/*.spec.ts,**/Auth/**/*,**/Config/**/*,**/initTestServer.*,**/worker.*,**/register.*,**/seed.*,**/exceptions.*,**/crons.*,**/command.*,**/index.*,**/closed.*,**/initCommand.*,**/I*,**/Infrastructure/Notifications/**,**/*Mikro*,**/Shared/**,**/Notification/**,**/Main/Infrastructure/Crons/**,**/Main/Infrastructure/Factories/**,**/Main/Infrastructure/Repositories/RedisCacheDataAccess.*,**/Main/Infrastructure/Repositories/BaseMongooseRepository.*,**/Main/Infrastructure/Orm/MongooseAggregatePaginator.*,**/*Command*,**/*Document.*,**/*Payload.*,**/MainConfig.*,**/Main/Infrastructure/Repositories/CacheRepository.*,**/Main/Infrastructure/Repositories/RedisCacheRepository.*
sonar.sourceEncoding=UTF-8
sonar.host.url=https://sonarcloud.io