MkDocs plugin to integrate your Coverage.py HTML report into your MkDocs site. Version 2.0.0 removes deprecated code and requires MkDocs 1.6+. It supports inserting coverage reports as new pages or into existing pages via a placeholder token.
pip install mkdocs-coverageVerified import paths — ran on the pinned version, not inferred.
Add the coverage plugin to your mkdocs.yml and run `coverage html` plus `mkdocs serve`.
Rename `page_name` to `page_path` in mkdocs.yml and any custom configurations.
Use `page_path` instead, which supports nested paths like 'coverage/index.md'.
Upgrade MkDocs to >=1.6.
Run `coverage html` before `mkdocs build` or `mkdocs serve`.
Insert `<!--coverage-->` in the markdown file where the report should appear.
No dependency data recorded yet.