Analyzes test coverage using the Codecov API v2 and codecov-cli uploader. Fetches per-file coverage from /api/v2/repos/{owner}/{repo}/report, computes diff coverage via /api/v2/repos/{owner}/{repo}/pulls/{pull}, and enforces configurable thresholds in CI pipelines.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Codecov Coverage Analyzer"
slug: "codecov-coverage-analyzer"
description: "Analyzes test coverage using the Codecov API v2 and codecov-cli uploader. Fetches per-file coverage from /api/v2/repos/{owner}/{repo}/report, computes diff coverage via /api/v2/repos/{owner}/{repo}/pulls/{pull}, and enforces configurable thresholds in CI pipelines."
verification: "security_reviewed"
source: "https://docs.codecov.com/docs/quick-start"
author: "Codecov"
category: "Code Quality & Review"
framework: "Codex"
---
# Codecov Coverage Analyzer
Analyzes test coverage using the Codecov API v2 and codecov-cli uploader. Fetches per-file coverage from /api/v2/repos/{owner}/{repo}/report, computes diff coverage via /api/v2/repos/{owner}/{repo}/pulls/{pull}, and enforces configurable thresholds in CI pipelines.
## Installation
Requirements and caveats from upstream:
- Code coverage with Python
- Testing with Docker
- If you are a GitHub user you MUST install the Codecov GitHub app for your organization - Codecov can't function without it.
Basic usage or getting-started notes:
- Jump to Content
- Guides API Changelog Support Status Codecov Home Try Codecov for Free
- Guides API Endpoints Changelog v4.6 v5.0 v2023 Guides API Changelog Support Status Codecov Home Try Codecov for Free
- Source: https://docs.codecov.com/docs/quick-start
## Documentation
- https://docs.codecov.com/docs/quick-start
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/codecov-coverage-analyzer/)
No comments yet. Be the first to comment!