.pre-commit-config.yaml
.pre-commit-hooks.yaml
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
tox.ini
.github/FUNDING.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/main.yml
.github/workflows/sanity.yml
.github/workflows/windows.yml
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/docutils.conf
docs/index.rst
docs/_static/custom.css
docs/_static/favicon.png
docs/_static/interrogate_badge.svg
docs/_static/logo_pink.png
docs/_static/logo_smol.png
docs/_templates/navigation.html
src/interrogate/__init__.py
src/interrogate/__main__.py
src/interrogate/badge_gen.py
src/interrogate/cli.py
src/interrogate/config.py
src/interrogate/coverage.py
src/interrogate/utils.py
src/interrogate/visit.py
src/interrogate.egg-info/PKG-INFO
src/interrogate.egg-info/SOURCES.txt
src/interrogate.egg-info/dependency_links.txt
src/interrogate.egg-info/entry_points.txt
src/interrogate.egg-info/not-zip-safe
src/interrogate.egg-info/requires.txt
src/interrogate.egg-info/top_level.txt
src/interrogate/badge/template.svg
tests/functional/__init__.py
tests/functional/test_cli.py
tests/functional/test_coverage.py
tests/functional/fixtures/expected_badge.svg
tests/functional/fixtures/expected_detailed.txt
tests/functional/fixtures/expected_detailed_no_module.txt
tests/functional/fixtures/expected_detailed_single_file.txt
tests/functional/fixtures/expected_no_verbosity.txt
tests/functional/fixtures/expected_summary.txt
tests/functional/fixtures/expected_summary_no_module.txt
tests/functional/fixtures/windows/expected_detailed.txt
tests/functional/fixtures/windows/expected_detailed_no_module.txt
tests/functional/fixtures/windows/expected_detailed_single_file.txt
tests/functional/fixtures/windows/expected_no_verbosity.txt
tests/functional/fixtures/windows/expected_summary.txt
tests/functional/fixtures/windows/expected_summary_no_module.txt
tests/functional/sample/__init__.py
tests/functional/sample/empty.py
tests/functional/sample/full.py
tests/functional/sample/ignoreme.txt
tests/functional/sample/partial.py
tests/functional/sample/child_sample/__init__.py
tests/functional/sample/child_sample/child_sample_module.py
tests/unit/__init__.py
tests/unit/test_badge_gen.py
tests/unit/test_config.py
tests/unit/test_utils.py
tests/unit/fixtures/0.svg
tests/unit/fixtures/45.svg
tests/unit/fixtures/60.svg
tests/unit/fixtures/89.svg
tests/unit/fixtures/90.svg
tests/unit/fixtures/99.svg
tests/unit/fixtures/default.svg