From dbbaa4916c26075622ca8f1ef7b9cc582141e096 Mon Sep 17 00:00:00 2001 From: Nicolas BLONDEAU Date: Thu, 4 May 2023 17:23:19 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6b5e352..14e28d6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -54,7 +54,7 @@ steps: - dotnet sonarscanner begin /k:$${project_key} /d:sonar.host.url=$${sonar_host} /d:sonar.coverageReportPaths="../Documentation/coveragereport/SonarQube.xml" /d:sonar.coverage.exclusions=$${coverage_exclusions} /d:sonar.login=$${sonar_token} - dotnet build MineGuide_linuxOnly.sln -c Release --no-restore - dotnet test MineGuide_linuxOnly.sln --logger trx --no-restore /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura --collect "XPlat Code Coverage" - - reportgenerator -reports:"**/coverage.cobertura.xml" -reporttypes:SonarQube -targetdir:"../Documentation/coveragereport" + - reportgenerator -reports:"../Documentation/coverage.cobertura.xml" -reporttypes:SonarQube -targetdir:"../Documentation/coveragereport" - dotnet publish MineGuide_linuxOnly.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release - dotnet sonarscanner end /d:sonar.login=$${sonar_token} when: