From 7fdac10b645473882d7de78fa72546024ce462f9 Mon Sep 17 00:00:00 2001 From: Yoan Date: Wed, 14 Jun 2023 18:15:17 +0200 Subject: [PATCH] test coverage --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4f6cb47..6a99bb1 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/**","Ohara/**" + coverage_exclusions: Tests/** commands: - cd Sources/ - dotnet restore Ohara.sln