From 9803f41f8f08886c675eb660dbf80c2ba0f3fb76 Mon Sep 17 00:00:00 2001 From: Alexandre Agostinho Date: Mon, 29 May 2023 17:46:52 +0200 Subject: [PATCH] postponing changes on sonar ci --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fd0fc9d..07c44e5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,7 +42,7 @@ steps: sonar_token: from_secret: SECRET_SONAR_LOGIN project_key: 'SAE-2.01_MCTG' - coverage_exclusions: 'Tests/**, ConsoleApp/**, Views/**' + coverage_exclusions: 'Tests/**' commands: - cd MCTG/ - dotnet restore CI-CD.slnf