From 1429aef0fc0afe6d035fc55ad38def5ad0e58a22 Mon Sep 17 00:00:00 2001 From: Yoan Date: Wed, 14 Jun 2023 18:43:30 +0200 Subject: [PATCH] tests coverage --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6a99bb1..bfdd95b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ steps: sonar_token: from_secret: SECRET_SONAR_LOGIN project_key: Ohara - coverage_exclusions: Tests/** + coverage_exclusions: Tests/**,Ohara/** commands: - cd Sources/ - dotnet restore Ohara.sln