From 5ef508b939e4e4192b6a973fadd71e7055857f63 Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Tue, 3 Dec 2024 15:07:19 +0100 Subject: [PATCH] :ambulance: Removed coverage report path (until the file exists for real) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d93005e..b631782 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,7 +47,7 @@ steps: from_secret: SECRET_MONGODB_PASSWORD MONGODB_DATABASE: memorymap_tests commands: - - /opt/sonar-scanner/bin/sonar-scanner -Dsonar.login=$PLUGIN_SONAR_TOKEN -Dsonar.projectKey=SAE3A_MemoryMap-api -Dsonar.coverageReportPaths="coveragereport/SonarQube.xml" -Dsonar.coverage.exclusions="tests/**" -Dsonar.python.version=3 + - /opt/sonar-scanner/bin/sonar-scanner -Dsonar.login=$PLUGIN_SONAR_TOKEN -Dsonar.projectKey=SAE3A_MemoryMap-api -Dsonar.coverage.exclusions="tests/**" -Dsonar.python.version=3 # Add -Dsonar.coverageReportPaths="coveragereport/SonarQube.xml" later settings: sonar_token: from_secret: SECRET_SONAR_TOKEN