diff --git a/.drone.yml b/.drone.yml index 3624f18..60a4c50 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,7 +44,7 @@ steps: sonar_token: from_secret: sonar_token project_key: celestebarbosa-mastermind - coverage_exclusions: ["UnitTesting/**", "ConsoleApp/**"] + coverage_exclusions: "UnitTesting/**,ConsoleApp/**" commands: - cd Sources/ - dotnet restore mastermindSansMaui.sln