Code coverage on pull requests is now in public preview 馃殌 #194833
Replies: 27 comments 39 replies
|
Great addition! Although i would have expect to first see test results / code coverage results in a github action before getting results in a PR? is that something that is considered? |
1 reply
|
Nice feature! Is it possible to see current coverage in the default branch? |
2 replies
|
And how much should we expect to be paying after the preview period? |
2 replies
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Code coverage metrics are now in public preview for all GitHub Code Quality users on github.com.
You can now see an aggregate percent of code covered directly on pull requests, giving reviewers a clear signal to help evaluate test completeness before merging. With coverage context in the pull request experience, your team can make faster, higher-confidence review decisions without switching to a separate tool.
To get started, enable code coverage for your repository and upload a Cobertura report from your existing CI workflow using the upload-code-coverage action.
Permissions
GitHub Apps and Actions workflows require the new
code-quality:writefine-grained permission to upload code coverage reports to GitHub.Availability and pricing
GitHub Code Quality is available today for GitHub Enterprise Cloud and Team, but isn鈥檛 yet available on GitHub Enterprise Server. It鈥檚 free during the preview period.
Learn more
All reactions