tests: add tests for library

This commit is contained in:
Stevan Freeborn
2025-05-29 22:41:53 -05:00
parent ce45893caa
commit 0d31f12012
11 changed files with 155 additions and 18 deletions
@@ -25,7 +25,7 @@
<CollectCoverage>true</CollectCoverage>
<CoverletOutput>./TestResults/Coverage/</CoverletOutput>
<CoverletOutputFormat>cobertura</CoverletOutputFormat>
<Include>[StevesBot.Lib]*</Include>
<Include>[StevesBot.Library]*</Include>
</PropertyGroup>
<Target Name="GenerateHtmlCoverageReport" AfterTargets="GenerateCoverageResultAfterTest">