fix: update SonarQube config - comment out missing tests folder
This commit is contained in:
parent
86d90c8f3e
commit
1fdd0dccf3
|
|
@ -1,11 +1,11 @@
|
|||
# Informations du projet
|
||||
sonar.projectKey=the-tip-top-frontend
|
||||
sonar.projectKey=Th-Tip-Top-Frontend
|
||||
sonar.projectName=Thé Tip Top - Frontend
|
||||
sonar.projectVersion=1.0.0
|
||||
|
||||
# Chemin des sources
|
||||
sonar.sources=app,components,contexts,hooks,lib,services,types,utils
|
||||
sonar.tests=__tests__
|
||||
# sonar.tests=__tests__
|
||||
|
||||
# Exclusions
|
||||
sonar.exclusions=**/node_modules/**,**/*.spec.ts,**/*.test.ts,**/*.spec.tsx,**/*.test.tsx,**/coverage/**,**/.next/**,**/public/**,**/*.config.js,**/*.config.ts,**/dist/**,**/build/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user