From 613271194cf9ff8dae72216f1ec9d8f67df7f3bc Mon Sep 17 00:00:00 2001 From: JohannesSetiawan Date: Mon, 5 Feb 2024 17:37:08 +0700 Subject: [PATCH] Fix SonarCloud --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index a06f37d..4eaf5ec 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,5 +1,5 @@ sonar.projectKey=RevelioStartup_revelio-be sonar.organization=reveliostartup sonar.sources=. -sonar.exclusions=**/tests/**,**/migrations/**,**/node_modules/**,**/__init__/**,**/admin/**,**/apps/**,**/asgi/**,**/settings/**,**/wsgi/** +sonar.exclusions=**/tests/**,**/migrations/**,**/node_modules/**,**/__init__.py**,**/admin.py**,**/apps.py**,**/asgi.py**,**/settings.py**,**/wsgi.py** sonar.python.coverage.reportPaths=coverage.xml \ No newline at end of file