Analyze test coverage gaps
check-coverageskillsetup L1★413
TypedDevs/bashunit ↗What it does
Map functions to tests and identify untested code paths
Best for
When you need a coverage gap report with specific recommendations for critical missing tests
Inputs
- · source directory
- · test directory
Outputs
- · coverage report
- · critical gaps
- · test recommendations
Preconditions
Project with test suite and source code in defined locations
Failure modes
- · Internal helper functions marked untested despite low criticality
- · Coverage % is inflated because edge cases were missed
Trust signals
- · Produces copy-paste-ready outputs