Skip to content

Commit

Permalink
Update qodana.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snixtho authored Jul 26, 2024
1 parent a32676f commit ee23942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dotnet:

bootstrap: dotnet build; cd tests && \\
dotnet add package coverlet.msbuild && \\
((dotnet test /p:CollectCoverage=true /p:.qodana/code-coverage /p:CoverletOutputFormat=lcov))
(dotnet test /p:CollectCoverage=true /p:.qodana/code-coverage /p:CoverletOutputFormat=lcov)

0 comments on commit ee23942

Please sign in to comment.