From a32676f0a58312b14acc16ff54b53975eddd9d3a Mon Sep 17 00:00:00 2001 From: snixtho Date: Fri, 26 Jul 2024 16:49:43 +0100 Subject: [PATCH] Create qodana.yml (#250) --- qodana.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 qodana.yml diff --git a/qodana.yml b/qodana.yml new file mode 100644 index 000000000..f4e117623 --- /dev/null +++ b/qodana.yml @@ -0,0 +1,6 @@ +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))