From ad2bc7c792bd8b5c04e31d23b0beecbecc38f977 Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Mon, 16 Dec 2024 08:46:28 +0100 Subject: [PATCH] :wrench: Try to fix reading of the Cobertura file by SonarQube --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2fee150..7209059 100644 --- a/.drone.yml +++ b/.drone.yml @@ -49,7 +49,7 @@ steps: commands: - pip install -r tests/requirements.txt - pytest - - /opt/sonar-scanner/bin/sonar-scanner -Dsonar.login=$PLUGIN_SONAR_TOKEN -Dsonar.projectKey=SAE3A_MemoryMap-api -Dsonar.coverage.exclusions="tests/**" -Dsonar.python.version=3 -Dsonar.coverageReportPaths="coverage.xml" + - /opt/sonar-scanner/bin/sonar-scanner -Dsonar.login=$PLUGIN_SONAR_TOKEN -Dsonar.projectKey=SAE3A_MemoryMap-api -Dsonar.coverage.exclusions="tests/**" -Dsonar.python.version=3 -Dsonar.coverageReportPaths="coverage.xml" -Dsonar.core.codeCoveragePlugin=cobertura settings: sonar_token: from_secret: SECRET_SONAR_TOKEN