From ef1f7306ac3a58105f6d9f2445207c9f4cd229ce Mon Sep 17 00:00:00 2001 From: clchieu Date: Sun, 17 Mar 2024 01:08:02 +0100 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20Ajout=20de=20des=20co?= =?UTF-8?q?ntext=20dans=20les=20fichiers=20=C3=A0=20ignorer=20pour=20la=20?= =?UTF-8?q?couverture=20de=20tests,=20troisieme=20essai?= 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 876e963..0e3e55e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ steps: sonar_token: from_secret: SECRET_SONAR_LOGIN project_key: API_SQLuedo - coverage_exclusions: "Test*/**, *Context*/**" + coverage_exclusions: "**/Test*/**,**/*Context*/**" commands: - cd API_SQLuedo/ - dotnet restore API_SQLuedo.sln