From 9c6390dab6e61f75689ca46bc13a5d43f4813377 Mon Sep 17 00:00:00 2001 From: snixtho Date: Fri, 26 Jul 2024 17:55:05 +0200 Subject: [PATCH] Update qodana.yml --- qodana.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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