From 1aca438d173df6c27dad9e866d0ff9e0bf8e2c70 Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Sat, 9 Mar 2024 15:40:24 +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 7a71a4b..63d7943 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