.gitignore
LICENSE
README.md
ivpm.yaml
pyproject.toml
testplan-cli-design.md
testplan-cli-impl-plan.md
testplan-impl-plan.md
testplan-schema.md
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/publish.yml
docs/migration-plan.md
docs/requirements.txt
docs/source/conf.py
docs/source/index.rst
docs/source/introduction.rst
docs/source/cicd/github-actions.rst
docs/source/cicd/gitlab-ci.rst
docs/source/cicd/index.rst
docs/source/cicd/jenkins.rst
docs/source/getting-started/index.rst
docs/source/getting-started/installation.rst
docs/source/getting-started/quickstart.rst
docs/source/importing/avl.rst
docs/source/importing/cocotb.rst
docs/source/importing/index.rst
docs/source/importing/verilator.rst
docs/source/reference/best-practices.rst
docs/source/reference/cli.rst
docs/source/reference/index.rst
docs/source/reference/formats/index.rst
docs/source/reference/formats/ncdb-format.rst
docs/source/reference/formats/xml-interchange.rst
docs/source/reference/formats/yaml-format.rst
docs/source/reference/python-api/index.rst
docs/source/reference/python-api/oo-api.rst
docs/source/reference/report-formats/html-report-format.rst
docs/source/reference/report-formats/index.rst
docs/source/reference/report-formats/json-report-format.rst
docs/source/reporting/exporting.rst
docs/source/reporting/html-report.rst
docs/source/reporting/index.rst
docs/source/working-with-coverage/analyzing.rst
docs/source/working-with-coverage/comparing.rst
docs/source/working-with-coverage/index.rst
docs/source/working-with-coverage/merging.rst
docs/source/working-with-coverage/reports.rst
docs/source/working-with-coverage/test-history.rst
docs/source/working-with-coverage/testplan.rst
src/covsight/__main__.py
src/covsight.egg-info/PKG-INFO
src/covsight.egg-info/SOURCES.txt
src/covsight.egg-info/dependency_links.txt
src/covsight.egg-info/entry_points.txt
src/covsight.egg-info/requires.txt
src/covsight.egg-info/scm_file_list.json
src/covsight.egg-info/scm_version.json
src/covsight.egg-info/top_level.txt
src/covsight/analysis/__init__.py
src/covsight/analysis/compare.py
src/covsight/analysis/conversion_listener_rich.py
src/covsight/analysis/coverage_report.py
src/covsight/analysis/coverage_report_builder.py
src/covsight/analysis/gaps.py
src/covsight/analysis/hotspots.py
src/covsight/analysis/metrics.py
src/covsight/analysis/report_json.py
src/covsight/analysis/report_text.py
src/covsight/analysis/show_metrics.py
src/covsight/analysis/text_formatter.py
src/covsight/cli/__init__.py
src/covsight/cli/__main__.py
src/covsight/cli/cmd_convert.py
src/covsight/cli/cmd_history.py
src/covsight/cli/cmd_merge.py
src/covsight/cli/cmd_report.py
src/covsight/cli/cmd_show.py
src/covsight/cli/cmd_testplan.py
src/covsight/cli/covsight.code-workspace
src/covsight/cli/format_detection.py
src/covsight/cli/main.py
src/covsight/cli/show_base.py
src/covsight/cli/show/__init__.py
src/covsight/cli/show/show_assertions.py
src/covsight/cli/show/show_bins.py
src/covsight/cli/show/show_code_coverage.py
src/covsight/cli/show/show_compare.py
src/covsight/cli/show/show_covergroups.py
src/covsight/cli/show/show_gaps.py
src/covsight/cli/show/show_hierarchy.py
src/covsight/cli/show/show_hotspots.py
src/covsight/cli/show/show_metrics.py
src/covsight/cli/show/show_summary.py
src/covsight/cli/show/show_tests.py
src/covsight/cli/show/show_toggle.py
tests/__init__.py
tests/test_analysis.py
tests/test_cli_smoke.py
tests/test_cli_testplan.py
tests/test_smoke.py