LICENSE
README.md
pyproject.toml
src/coverage_tool/__init__.py
src/coverage_tool/clang_coverage.py
src/coverage_tool/common.py
src/coverage_tool/gcc_coverage.py
src/coverage_tool/msvc_coverage.py
src/coverage_tool/run_coverage.py
src/coverage_tool.egg-info/PKG-INFO
src/coverage_tool.egg-info/SOURCES.txt
src/coverage_tool.egg-info/dependency_links.txt
src/coverage_tool.egg-info/entry_points.txt
src/coverage_tool.egg-info/requires.txt
src/coverage_tool.egg-info/top_level.txt
src/coverage_tool/coverage_formats/__init__.py
src/coverage_tool/coverage_formats/cobertura.py
src/coverage_tool/coverage_formats/lcov.py
src/coverage_tool/coverage_formats/model.py
src/coverage_tool/html_report/__init__.py
src/coverage_tool/html_report/__main__.py
src/coverage_tool/html_report/cli.py
src/coverage_tool/html_report/custom.css
src/coverage_tool/html_report/directory_aggregator.py
src/coverage_tool/html_report/html_generator.py
src/coverage_tool/html_report/json_html_generator.py
src/coverage_tool/html_report/templates.py
tests/test_coverage_formats.py
tests/test_discover.py
tests/test_html_report.py