diff --git a/sonar-project.properties b/sonar-project.properties index 1631d69..5884a70 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=./home/runner/work/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