Fix audit findings for coverage, architecture checks, and XML docs
All checks were successful
NuGet Publish / build-and-pack (push) Successful in 45s
NuGet Publish / publish-to-gitea (push) Successful in 52s

This commit is contained in:
Joseph Doherty
2026-02-20 15:43:25 -05:00
parent 5528806518
commit 3ffd468c79
99 changed files with 23746 additions and 9548 deletions

View File

@@ -10,7 +10,7 @@ dotnet test tests/CBDD.Tests/ZB.MOM.WW.CBDD.Tests.csproj \
/p:CoverletOutputFormat=cobertura \
/p:Include="[ZB.MOM.WW.CBDD.Core*]*%2c[ZB.MOM.WW.CBDD.Bson*]*" \
/p:Exclude="[*.Tests]*" \
/p:Threshold=68 \
/p:Threshold=64 \
/p:ThresholdType=line%2cbranch \
/p:ThresholdStat=total