From b894223dabc7acbe1652adc694beddfca6a10f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9leste=20BARBOSA?= Date: Fri, 17 May 2024 22:39:58 +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 3f90593..60a4c50 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,7 +44,7 @@ steps: sonar_token: from_secret: sonar_token project_key: celestebarbosa-mastermind - coverage_exclusions: "UnitTesting/**" + coverage_exclusions: "UnitTesting/**,ConsoleApp/**" commands: - cd Sources/ - dotnet restore mastermindSansMaui.sln