Validate test coverage by architecture layer
coverage-analyzersubagentsetup L2★3
bankielewicz/DevForgeAI ↗What it does
Validate test coverage thresholds by architectural layer and file
Best for
When enforcing coverage targets across domain, logic, and implementation layers
Inputs
- · Coverage report
- · File paths
Outputs
- · Coverage by layer
- · Threshold compliance
Requires
- · Read
- · Grep
- · Glob
Preconditions
Test coverage report generated; file paths mapped to architectural layers
Failure modes
- · Coverage report format unsupported or incomplete
- · Layer boundaries poorly defined or inconsistent
- · Coverage thresholds not met for critical layers
Trust signals
- · Includes test/validation protocols
- · Explicit error handling
- · Provides usage examples
- · Built on formal specifications