Skip to main content

One post tagged with "testing"

View All Tags

GitHub Now Shows Code Coverage Directly in PRs โ€” No Third-Party App Needed ๐ŸŽฏ

ยท 5 min read
Gergely Sipos
Frontend Architect

GitHub shipped native code coverage in Pull Requests as a public preview. You get line-level annotations in the diff view, coverage deltas in the conversation tab, and enforcement via repository rulesets โ€” all without installing Codecov, Coveralls, or any external app. No tokens, no OAuth grants, no third-party data access.

This continues a familiar pattern: GitHub absorbing common CI/CD tooling into the platform itself. Dependabot replaced Greenkeeper. Code scanning absorbed LGTM. Secret scanning eliminated dedicated tools. Now coverage display and gating joins the list.

Full details in the GitHub Changelog announcement.