codecov / codecov-browser-extension

A browser extension for Codecov. Works for Chrome and Firefox
Apache License 2.0
36 stars 11 forks source link

Display project and patch coverage when viewing a pull request #4

Closed eliatcodecov closed 1 year ago

eliatcodecov commented 1 year ago

In the Codecov UI’s Pulls view, we can see the Missed Lines, HEAD, Patch, and Change coverage for a file that has been changed, as follows:

Image

we should duplicate this information in the SCM’s Pull Request view, an example using GitHub is as follows:

Image

eliatcodecov commented 1 year ago

shipped