From 6c984c2de96cb695ba422f9d191a998ae9eac1ab Mon Sep 17 00:00:00 2001 From: JohannesSetiawan Date: Mon, 5 Feb 2024 18:07:54 +0700 Subject: [PATCH] Make sonar-project.proiperties return to its original state --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index 6565e70..e0dcdef 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,5 +1,5 @@ sonar.projectKey=RevelioStartup_revelio-be sonar.organization=reveliostartup -sonar.sources=./revelio-be/revelio-be +sonar.sources=. sonar.exclusions=**/tests.py**,**/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