Source
Scope
Address unmet acceptance criteria from PR #386.
Original scope:
Test coverage is at 71.60% with 17 scripts below 95% coverage. Low coverage makes scripts risky to modify and harder to maintain.
Tasks
Acceptance Criteria
Implementation Notes
Verifier confirmed these criteria were met:
- ✓ New tests in
tests/scripts/ directory
Original implementation in PR #386.
Source
Scope
Address unmet acceptance criteria from PR #386.
Original scope:
Test coverage is at 71.60% with 17 scripts below 95% coverage. Low coverage makes scripts risky to modify and harder to maintain.
Tasks
pytest tests/ --cov=scripts --cov-report=term-missingand verify the script shows ≥95% in the Cover column. Do not mark a task complete without verifying the actual coverage percentage.Acceptance Criteria
pytest tests/ --cov=scripts --cov-report=term-missingCovercolumn shows ≥95%scripts/shows ≥95% in coverage outputImplementation Notes
Verifier confirmed these criteria were met:
tests/scripts/directoryOriginal implementation in PR #386.