From 1bf6bdb3ed79b847191d8def21927395196d7b1b Mon Sep 17 00:00:00 2001 From: clchieu Date: Sun, 17 Mar 2024 00:49:47 +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?= 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 483215f..50ca3ac 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*/**" + coverage_exclusions: "(Test*/**|*Context*/**)" commands: - cd API_SQLuedo/ - dotnet restore API_SQLuedo.sln