Feature Map
Artifacts - Test Coverage

The test coverage file includes line-count test coverage statistics for each feature.

Generation

The test coverage file is generated by the bin/featuremap test_coverage command.

Structure

---
features:
  Authentication:
    lines: 450
    hits: 450
    misses: 0
  Payment Processing:
    lines: 100
    hits: 87
    misses: 13