Expand coverage to full backend assembly

This commit is contained in:
2026-02-24 23:37:53 +01:00
parent c6e95f16e1
commit 885121723d
5 changed files with 78 additions and 1 deletions

View File

@@ -69,6 +69,8 @@ To use a custom SQLite database path, set `ConnectionStrings__RpgRoller`.
```powershell
pwsh ./scripts/check-coverage.ps1 -MinLineRate 0.90 -MinBranchRate 0.70
```
- Coverage collector scope:
- `RpgRoller.Tests/coverlet.runsettings` now measures the full backend assembly (`RpgRoller`), not only service namespace files.
## Implemented Backend Scope