From e4f77c2556267989e8d3d83edfefd2a879a2c06c Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Tue, 21 Mar 2023 09:44:38 +0100 Subject: [PATCH] Try to add coverage.xml to sonarQube 3 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f1c8026..525f914 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,7 +38,7 @@ steps: SONAR_TOKEN: from_secret: SONARQ_TOKEN commands: - - curl https://codefirst.iut.uca.fr/containers/Temoignages-coverage-image/coverage.xml -o coverage.xml + - curl https://codefirst.iut.uca.fr/containers/Temoignages-coverage-image/coverage.xml -o /drone/src/coverage.xml - sonar-scanner -Dsonar.projectKey=SAE4.01_FORMULAIRE -Dsonar.sources=. -Dsonar.inclusions=**/*.php