Skip to content

Commit

Permalink
Merge branch 'master' into fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
snixtho authored Jul 26, 2024
2 parents c0be378 + a32676f commit e2df6db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions qodana.yml
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit e2df6db

Please sign in to comment.