-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
phase:ciCI, tooling, qualityCI, tooling, qualitypriority:mediumImportant but not blockingImportant but not blockingtype:testTest coverageTest coverage
Milestone
Description
Summary
Audit all test files and fill any gaps.
Process
- Run
python -m pytest --cov=agent_kernel --cov-report=term-missing - Identify modules with < 80% coverage
- Add tests for uncovered branches
- Target: >= 80% coverage on core modules (kernel, firewall, policy, tokens, handles)
Acceptance criteria
- Coverage report generated
- Core modules >= 80% coverage
- No test files with only stubs/placeholders
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
phase:ciCI, tooling, qualityCI, tooling, qualitypriority:mediumImportant but not blockingImportant but not blockingtype:testTest coverageTest coverage