From 977152026c914c25d94f8086847cc64db2165a03 Mon Sep 17 00:00:00 2001 From: clchieu Date: Sun, 17 Mar 2024 01:02:16 +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,=20deuxieme=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 50ca3ac..876e963 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