diff --git a/qodana.yml b/qodana.yml index f4e117623..117a06f1b 100644 --- a/qodana.yml +++ b/qodana.yml @@ -3,4 +3,4 @@ dotnet: bootstrap: dotnet build; cd tests && \\ dotnet add package coverlet.msbuild && \\ - ((dotnet test /p:CollectCoverage=true /p:.qodana/code-coverage /p:CoverletOutputFormat=lcov)) + (dotnet test /p:CollectCoverage=true /p:.qodana/code-coverage /p:CoverletOutputFormat=lcov)