{"categories":[{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance/3"}],"enrichment":{"capability":"Measures documentation and test coverage of dbt projects by analyzing manifest and catalog files, reporting per-model coverage percentages and totals via CLI.","skillfed_tags":["dbt-ecosystem","ci-cd-integration","quality-metrics"],"use_cases":["Enforce minimum documentation coverage in CI/CD by failing builds when docs fall below a threshold","Audit a newly inherited dbt project to quickly identify which models lack documentation or tests","Track documentation and test coverage trends over time by storing JSON reports in version control","Generate Markdown coverage reports for team dashboards or pull request comments","Filter coverage reports to specific model directories to focus on particular layers of your dbt DAG"],"what_it_does":"dbt-coverage is a CLI tool that measures how thoroughly your dbt project is documented and tested. It reads the manifest.json and catalog.json files that dbt generates, then reports coverage percentages for each model and the project overall. You run it after dbt docs generate to get a snapshot of which models lack documentation or test coverage.\n\nThe tool is designed to integrate into CI/CD pipelines and help teams enforce documentation and testing standards. It supports filtering by model path, outputting results to JSON files, and formatting reports as Markdown tables. With only typer as a runtime dependency and roughly 480 lines of code, it is lightweight and straightforward to audit.","worth_installing":"Yes. dbt-coverage fills a clear gap in dbt project quality assurance with minimal dependencies, active maintenance, and no known vulnerabilities. Install it if you want to measure and enforce documentation and test coverage in your dbt projects; the zero-config design and low friction make it a straightforward addition to any dbt workflow."},"id":"dbt-coverage","links":{"html":"https://skillfed.io/packages/dbt-coverage","md":"https://skillfed.io/packages/dbt-coverage.md","pypi":"https://pypi.org/project/dbt-coverage/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-29","license_spdx":null,"license_treatment":"permissive","name":"dbt-coverage","python_support":"supports_current","summary":"One-stop-shop for docs and test coverage of dbt projects"},"popularity":{"monthly_downloads":171678,"position":10360,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.4.2"}
