From 8aa705fe1a5ad8aca65c7210c5788e3eac5239e1 Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Sat, 16 Mar 2024 14:45:09 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index a20e34e..ef65ca7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,6 +32,7 @@ steps: from_secret: SECRET_SONAR_LOGIN project_key: HeartTrack-API coverage_exclusions: Tests/**, StubbedContextLib/** + duplication_exclusions: Tests/**, StubbedContextLib/** commands: - cd src/ - dotnet restore HeartTrack.sln