From 487b0ac35fdcc3d08d4ab73a24d3ff7022fa2421 Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Sat, 9 Mar 2024 15:41:30 +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..4674151 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