From 8689a6e063c6b55386dc4eae29d8eb802009921b Mon Sep 17 00:00:00 2001 From: Anthony RICHARD Date: Sat, 6 Apr 2024 21:55:03 +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 8f6b873..1535b3e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,7 +29,7 @@ steps: sonar_host: https://codefirst.iut.uca.fr/sonar/ sonar_token: from_secret: SECRET_SONAR_LOGIN - coverage_exclusions: "Tests/**" + coverage_exclusions: "adminBlazor.Api/**", "TestUnit/**" commands: - cd Project/adminBlazor