codecov / codecov-browser-extension

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

Support viewing coverage on private repos #5

Closed eliatcodecov closed 1 year ago

eliatcodecov commented 1 year ago

In order to support coverage on private repos, we will need the user to supply the extension with a Codecov API token. These tokens are accessible from the access tab of the user’s settings menu (e.g., https://app.codecov.io/account/gh/<user>/access).

If the user tries to view a private repo and does not have a token saved in the extension, we should display a warning on the page when they try to view coverage.

eliatcodecov commented 1 year ago

completed as part of current beta release