From fe44dde7955995c73a80053b24763f2556553f7e Mon Sep 17 00:00:00 2001 From: snixtho Date: Fri, 26 Jul 2024 18:19:52 +0200 Subject: [PATCH] Update qodana.yml --- qodana.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qodana.yml b/qodana.yml index 18aba412d..96e2c71d9 100644 --- a/qodana.yml +++ b/qodana.yml @@ -1,4 +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; dotnet add package coverlet.msbuild && dotnet test /p:CollectCoverage=true /p:.qodana/code-coverage /p:CoverletOutputFormat=lcov EvoSC.sln