__init__.py python
8 lines 264 B
Raw
sha256:8461d44b77376fbf06fa7c3e085d309e3010fd8d5886d63c63e69ce118811ad4 docs: record AFF-b feature-tip SHAs after AFF-b-ISR commit. Human 3 days ago
1 """Footprint coverage gate — lock must declare every resolve destination (§LT.3.1)."""
2
3 from tools.footprint_coverage.check import (
4 FootprintCoverageReport,
5 check_footprint_coverage,
6 )
7
8 __all__ = ["FootprintCoverageReport", "check_footprint_coverage"]
File History 1 commit
sha256:8461d44b77376fbf06fa7c3e085d309e3010fd8d5886d63c63e69ce118811ad4 docs: record AFF-b feature-tip SHAs after AFF-b-ISR commit. Human 3 days ago