[ci skip] test: CollectCoverage:true

This commit is contained in:
Oliver Booth 2023-04-02 01:07:01 +01:00
parent e5ec06cfe5
commit 427563bfdb
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
<ImplicitUsings>true</ImplicitUsings>
<DebugType>Full</DebugType>
<DebugSymbols>true</DebugSymbols>
<CoverletOutputFormat>json,cobertura</CoverletOutputFormat>
<CollectCoverage>true</CollectCoverage>
</PropertyGroup>
<ItemGroup>