From 656af96acaa459fe66775d3ab135eadf6c21c4ee Mon Sep 17 00:00:00 2001 From: Clement CHIEU Date: Thu, 4 Apr 2024 19:03:47 +0200 Subject: [PATCH] =?UTF-8?q?Migrations=20supprim=C3=A9es=20du=20coverage?= 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 9a39c5b..6852241 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*/**,**/Program.cs" + coverage_exclusions: "**/Test*/**,**/*Context*/**,**/Program.cs, **/Migrations/**" commands: - cd API_SQLuedo/ - dotnet restore API_SQLuedo.sln