LICENSE
README.rst
pyproject.toml
setup.py
diff_cover/__init__.py
diff_cover/command_runner.py
diff_cover/config_parser.py
diff_cover/diff_cover_tool.py
diff_cover/diff_quality_tool.py
diff_cover/diff_reporter.py
diff_cover/git_diff.py
diff_cover/git_path.py
diff_cover/hook.py
diff_cover/hookspecs.py
diff_cover/report_generator.py
diff_cover/snippets.py
diff_cover/util.py
diff_cover.egg-info/PKG-INFO
diff_cover.egg-info/SOURCES.txt
diff_cover.egg-info/dependency_links.txt
diff_cover.egg-info/entry_points.txt
diff_cover.egg-info/requires.txt
diff_cover.egg-info/top_level.txt
diff_cover/templates/console_coverage_report.txt
diff_cover/templates/console_quality_report.txt
diff_cover/templates/external_style.css
diff_cover/templates/html_coverage_report.html
diff_cover/templates/html_quality_report.html
diff_cover/templates/markdown_coverage_report.md
diff_cover/templates/markdown_quality_report.md
diff_cover/templates/snippet_content.html
diff_cover/templates/snippet_content.md
diff_cover/templates/snippet_content.txt
diff_cover/templates/snippet_style.html
diff_cover/violationsreporters/__init__.py
diff_cover/violationsreporters/base.py
diff_cover/violationsreporters/java_violations_reporter.py
diff_cover/violationsreporters/violations_reporter.py