From e29a3edd844af20a4b0ced9664b57e0288fc8325 Mon Sep 17 00:00:00 2001 From: ljnsn Date: Sat, 12 Oct 2024 13:54:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20config(sonarqube):=20remove=20co?= =?UTF-8?q?verage=20until=20first=20main=20analysis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sonar-project.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sonar-project.properties b/sonar-project.properties index 0dc65ad..792ac44 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,14 +1,13 @@ sonar.projectKey=ljnsn_coinapi-rest sonar.organization=ljnsn sonar.python.version=">=3.10" -sonar.python.coverage.reportPaths=reports/coverage.xml +# sonar.python.coverage.reportPaths=reports/coverage.xml sonar.sources=src/ sonar.tests=tests/ sonar.projectVersion=0.0.4 # This is the name and version displayed in the SonarCloud UI. #sonar.projectName=coinapi-rest -#sonar.projectVersion=1.0 # Encoding of the source code. Default is default system encoding #sonar.sourceEncoding=UTF-8