.pre-commit-config.yaml
.pre-commit-hooks.yaml
LICENSE
MANIFEST.in
README.rst
codecov.yml
pyproject.toml
setup.py
tox.ini
.github/FUNDING.yml
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/autoupdate-pre-commit-config.yml
.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/_static/badge_examples/interrogate_badge_f.svg
docs/_static/badge_examples/interrogate_badge_fs.svg
docs/_static/badge_examples/interrogate_badge_fsm.svg
docs/_static/badge_examples/interrogate_badge_ftb.svg
docs/_static/badge_examples/interrogate_badge_p.svg
docs/_static/badge_examples/interrogate_badge_s.svg
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/flat-square-modified-style.svg
src/interrogate/badge/flat-square-style.svg
src/interrogate/badge/flat-style.svg
src/interrogate/badge/for-the-badge-style.svg
src/interrogate/badge/plastic-style.svg
src/interrogate/badge/social-style.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_detailed_skip_covered.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/expected_summary_skip_covered.txt
tests/functional/fixtures/expected_summary_skip_covered_all.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_detailed_skip_covered.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/fixtures/windows/expected_summary_skip_covered.txt
tests/functional/fixtures/windows/expected_summary_skip_covered_all.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/default-style/0.svg
tests/unit/fixtures/default-style/100.svg
tests/unit/fixtures/default-style/45.svg
tests/unit/fixtures/default-style/60.svg
tests/unit/fixtures/default-style/89.svg
tests/unit/fixtures/default-style/90.svg
tests/unit/fixtures/default-style/99.png
tests/unit/fixtures/default-style/99.svg
tests/unit/fixtures/default-style/default.svg
tests/unit/fixtures/default-style/no_logo.svg
tests/unit/fixtures/flat/0.svg
tests/unit/fixtures/flat/100.svg
tests/unit/fixtures/flat/45.svg
tests/unit/fixtures/flat/60.svg
tests/unit/fixtures/flat/89.svg
tests/unit/fixtures/flat/90.svg
tests/unit/fixtures/flat/99.png
tests/unit/fixtures/flat/99.svg
tests/unit/fixtures/flat/default.svg
tests/unit/fixtures/flat-square/0.svg
tests/unit/fixtures/flat-square/100.svg
tests/unit/fixtures/flat-square/45.svg
tests/unit/fixtures/flat-square/60.svg
tests/unit/fixtures/flat-square/89.svg
tests/unit/fixtures/flat-square/90.svg
tests/unit/fixtures/flat-square/99.png
tests/unit/fixtures/flat-square/99.svg
tests/unit/fixtures/flat-square/default.svg
tests/unit/fixtures/flat-square-modified/0.svg
tests/unit/fixtures/flat-square-modified/100.svg
tests/unit/fixtures/flat-square-modified/45.svg
tests/unit/fixtures/flat-square-modified/60.svg
tests/unit/fixtures/flat-square-modified/89.svg
tests/unit/fixtures/flat-square-modified/90.svg
tests/unit/fixtures/flat-square-modified/99.png
tests/unit/fixtures/flat-square-modified/99.svg
tests/unit/fixtures/flat-square-modified/default.svg
tests/unit/fixtures/for-the-badge/0.svg
tests/unit/fixtures/for-the-badge/100.svg
tests/unit/fixtures/for-the-badge/45.svg
tests/unit/fixtures/for-the-badge/60.svg
tests/unit/fixtures/for-the-badge/89.svg
tests/unit/fixtures/for-the-badge/90.svg
tests/unit/fixtures/for-the-badge/99.png
tests/unit/fixtures/for-the-badge/99.svg
tests/unit/fixtures/for-the-badge/default.svg
tests/unit/fixtures/plastic/0.svg
tests/unit/fixtures/plastic/100.svg
tests/unit/fixtures/plastic/45.svg
tests/unit/fixtures/plastic/60.svg
tests/unit/fixtures/plastic/89.svg
tests/unit/fixtures/plastic/90.svg
tests/unit/fixtures/plastic/99.png
tests/unit/fixtures/plastic/99.svg
tests/unit/fixtures/plastic/default.svg
tests/unit/fixtures/social/0.svg
tests/unit/fixtures/social/100.svg
tests/unit/fixtures/social/45.svg
tests/unit/fixtures/social/60.svg
tests/unit/fixtures/social/89.svg
tests/unit/fixtures/social/90.svg
tests/unit/fixtures/social/99.png
tests/unit/fixtures/social/99.svg
tests/unit/fixtures/social/default.svg