From 3a5bf3ba3b24c8f46b5ee03b87efc40b5b56f3bf Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Sat, 9 Mar 2024 15:38:21 +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 63d7943..7a71a4b 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/**" + coverage_exclusions: "Tests/**", "StubbedContextLib/**" commands: - cd src/ - dotnet restore HeartTrack.sln