From 53c454c84dffe88b98452475ec2bb03a7f67fce2 Mon Sep 17 00:00:00 2001 From: crosspolar <18083323+crosspolar@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:46:43 +0200 Subject: [PATCH] fix: use sonar.python.coverage.reportPaths=coverage.xml --- sonar-project.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sonar-project.properties b/sonar-project.properties index dc785935..5593e6e6 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -13,6 +13,5 @@ sonar.organization=supercoopberlin sonar.python.version=3.12 -sonar.python.coverage.reportPaths=/github/workspace/coverage.xml - +sonar.python.coverage.reportPaths=coverage.xml sonar.coverage.exclusions=**/tests/*, **/tests/**/* **/migrations/*, **/*.js, **/*.ts \ No newline at end of file