From 99c979be0068cc92f5a8e65d7fb029592d5f667d Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Sat, 9 Mar 2024 15:42:35 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4674151..1fbb8da 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: sonar_token: from_secret: SECRET_SONAR_LOGIN project_key: HeartTrack-API - coverage_exclusions: "Tests/**" "StubbedContextLib/**" + coverage_exclusions: Tests/** commands: - cd src/ - dotnet restore HeartTrack.sln