Commit Graph

2 Commits

Author SHA1 Message Date
James Wampler
7d4ab7991c Exclude Data namespace from dotnet code coverage
DbContext/EF configuration classes are infra plumbing with no
business logic to unit test; counting them against the coverage
target only dilutes the signal, same rationale as Migrations.
2026-07-05 15:04:03 -07:00
James Wampler
06e5359674 Exclude Migrations namespace from dotnet code coverage
EF migrations are generated scaffolding with no meaningful logic to
test; counting them against the coverage target only dilutes the
signal.
2026-07-05 15:04:03 -07:00