README.md
pyproject.toml
setup.py
coverage_threshold/__init__.py
coverage_threshold/__main__.py
coverage_threshold.egg-info/PKG-INFO
coverage_threshold.egg-info/SOURCES.txt
coverage_threshold.egg-info/dependency_links.txt
coverage_threshold.egg-info/entry_points.txt
coverage_threshold.egg-info/requires.txt
coverage_threshold.egg-info/top_level.txt
coverage_threshold/cli/__init__.py
coverage_threshold/cli/colors.py
coverage_threshold/lib/__init__.py
coverage_threshold/lib/_all_checks.py
coverage_threshold/lib/_common.py
coverage_threshold/lib/_file.py
coverage_threshold/lib/_totals.py
coverage_threshold/lib/check_result.py
coverage_threshold/model/__init__.py
coverage_threshold/model/config.py
coverage_threshold/model/report.py
coverage_threshold/model/util.py
tests/__init__.py
tests/strategies.py
tests/integration/__init__.py
tests/integration/test_cli.py
tests/unit/__init__.py
tests/unit/lib/__init__.py
tests/unit/lib/test_all_checks.py
tests/unit/lib/test_check_result.py
tests/unit/lib/test_common.py
tests/unit/model/__init__.py
tests/unit/model/test_config.py
tests/unit/model/test_report.py