Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by egeres • Uncategorized
An MCP server to manage and display code coverage reports using coveragepy.
Generate and view comprehensive code coverage reports across a project.
Identify specific lines of code missing test coverage to improve testing.
Integrate coverage reporting into their MCP configuration for easy access.
This MCP server provides tools to view overall coverage statistics and identify missing test coverage lines in your codebase. It reads coverage data from a .coverage file generated by pytest-cov and offers commands to show global coverage and missing lines in specific files. This helps developers improve test coverage and maintain code quality efficiently.