From 32ef338221078bb49598fb5f752fce15eec7d57d Mon Sep 17 00:00:00 2001 From: clchieu Date: Sun, 17 Mar 2024 01:11:48 +0100 Subject: [PATCH] :construction_worker: Ajout des program.cs de l'exclusion --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0e3e55e..d9da154 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*/**,**/Program.cs" commands: - cd API_SQLuedo/ - dotnet restore API_SQLuedo.sln