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))