MCP server for querying Codecov coverage data with configurable URL support

0 stars 0 forks 0 watchers TypeScript MIT License
3 Open Issues Need Help Last updated: Dec 22, 2025

Open Issues Need Help

View All on GitHub
Add debug logging mode about 1 hour ago

AI Summary: This issue proposes adding an optional debug logging mode to the Codecov client. The goal is to provide users with visibility into API requests and responses, aiding in troubleshooting connection, authentication, and rate-limiting issues. The solution involves an environment variable (`CODECOV_DEBUG`) to enable logging, with sensitive data redacted, and is estimated to take one hour.

Complexity: 1/5
enhancement good first issue low

MCP server for querying Codecov coverage data with configurable URL support

TypeScript
Add ESLint and Prettier about 1 hour ago

AI Summary: This issue proposes integrating ESLint and Prettier into the project to establish automated code formatting and linting. This will ensure consistent code style, catch common bugs, and improve overall code quality, moving beyond the current reliance on TypeScript alone. The solution involves adding dev dependencies, configuration files, and updating scripts and CI workflows.

Complexity: 2/5
enhancement help wanted low

MCP server for querying Codecov coverage data with configurable URL support

TypeScript

AI Summary: This GitHub issue proposes adding two common development tools: `.editorconfig` for consistent code formatting across different editors and Dependabot for automated dependency updates. The goal is to improve code quality, reduce maintenance burden, and adhere to industry best practices by creating these two configuration files with the provided content.

Complexity: 1/5
enhancement good first issue dependencies low

MCP server for querying Codecov coverage data with configurable URL support

TypeScript