From 547be99cb42fb968432748b81ef0cc7f182b06b9 Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Sat, 9 Mar 2024 15:45:25 +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 8ee4ce0..006004c 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/**, StubbedContextLib/**/* commands: - cd src/ - dotnet restore HeartTrack.sln