From 5016a3cf2c51b9a591240a626cd9ead9a9197e8d Mon Sep 17 00:00:00 2001 From: JohannesSetiawan Date: Mon, 5 Feb 2024 18:04:56 +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 5884a70..6565e70 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,5 +1,5 @@ sonar.projectKey=RevelioStartup_revelio-be sonar.organization=reveliostartup -sonar.sources=./home/runner/work/revelio-be/revelio-be +sonar.sources=./revelio-be/revelio-be 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