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