test: collect coverage

This commit is contained in:
Oliver Booth 2023-08-28 01:09:17 +01:00
parent b5bc7c2a85
commit d28028ee7e
Signed by: oliverbooth
GPG Key ID: B89D139977693FED
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<CoverletOutputFormat>json,cobertura</CoverletOutputFormat>
<CollectCoverage>true</CollectCoverage>
</PropertyGroup>
<ItemGroup>