What Codecov does, how its coverage reporting works, 2026 pricing plans, integrations, pros and cons, and who it is really built for.
Category
DevOps
Pricing
Per-seat monthly or annual subscription with a free tier, from Free (Developer plan); paid plans start at $5 per user per month (Team plan)
Verified
Not yet
Last updated
July 19, 2026
Founded
2015
Headquarters
San Francisco, California, United States
How Codecov Works
Codecov does not run tests itself; it ingests coverage reports produced by a team's existing test runner during a CI job, then visualizes that data as pull-request comments, status checks, diff coverage, and historical trend graphs.
It supports common coverage formats such as lcov, Cobertura XML, and JaCoCo, and connects via a lightweight uploader CLI or GitHub Action to nearly every major CI provider and Git host, including GitHub, GitLab, Bitbucket, CircleCI, Jenkins, and Azure Pipelines.
Codecov Pricing Explained
Codecov's pricing is per-seat: Developer is free with a 250-upload cap for private repos, Team is 5 US dollars per user per month for up to 10 users, and Pro is 12 US dollars per user per month with no user or upload cap.
Enterprise pricing is custom and adds a dedicated cloud option, Okta SSO, IP allowlisting, and dedicated onboarding and support for regulated or large organizations.
Ownership: Sentry to Harness
Founded in 2015, Codecov was acquired by Sentry in November 2022 to pair coverage data with error monitoring, then acquired again by Harness in June 2026 to embed coverage intelligence into software delivery pipelines.
Despite two ownership changes, Codecov has retained its own product branding and self-serve pricing page, and continues to operate as a distinct product within its parent company.
Key Features
Pull request coverage comments — Automated comments and status checks post directly on GitHub, GitLab, and Bitbucket pull requests.
Diff and patch coverage — Highlights exactly which new or changed lines in a pull request are untested.
Flags and components — Break coverage down by service, team, or test suite in large monorepos.
Carryforward flags — Prevents coverage numbers from falsely dropping when only part of a suite runs.
Flaky test detection — Identifies tests that intermittently pass and fail to reduce noisy CI signals.
Wide CI and language support via a simple uploader
Historical trend graphs make coverage regressions easy to spot
Enterprise options like SSO and dedicated cloud suit regulated teams
Cons
Team plan is capped at 10 users, forcing a jump to Pro for growing teams
Per-seat pricing can get expensive for large engineering organizations
Requires an existing test suite and coverage-report generation; it does not write tests itself
Repeated ownership changes, from Sentry to Harness, create roadmap uncertainty
Advanced features like components and bundle analysis add a learning curve
Pricing
Developer Free monthly
Team $5 per user per month monthly or annual
Pro $12 per user per month monthly or annual
Enterprise Custom pricing annual
Frequently Asked Questions
Is Codecov free?
Yes, the Developer plan is free, with unlimited use for public open-source repositories.
What coverage report formats does Codecov support?
Common formats including lcov, Cobertura XML, and JaCoCo, uploaded via CLI or GitHub Action.
Who owns Codecov now?
Harness, which acquired Codecov from Sentry in June 2026.
Does Codecov run my tests for me?
No, it ingests coverage reports generated by your existing test runner during CI.
What is the difference between the Team and Pro plans?
Team is capped at 10 users and 2,500 monthly private uploads for 5 dollars per user per month; Pro removes both caps for 12 dollars per user per month.
Does Codecov support GitLab and Bitbucket, not just GitHub?
Yes, Codecov integrates with GitHub, GitLab, and Bitbucket.
What are Codecov flags?
A way to tag coverage data by test suite, service, or component for more granular reporting.
Can Codecov block a pull request from merging?
Yes, via required status checks configured in the Git host based on Codecov's coverage results.