esdoc-coverage-plugin enhances ESDoc, a documentation generator, by adding code coverage reports. After running your tests, this plugin parses coverage data (e.g., from Istanbul) and integrates it directly into your generated documentation. This allows developers to quickly identify untested code regions while browsing the API documentation, promoting more comprehensive test coverage and improving code maintainability by visualizing test gaps.