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 coverage, project, and patch for arbitrary compares #9

Open eliatcodecov opened 1 year ago

eliatcodecov commented 1 year ago

GitHub allows for the arbitrary comparison of two commits on its /compare endpoint. Codecov’s API also supports these arbitrary comparisons on its /comparison endpoint. Therefore, we should be able to support an arbitrary comparison similar to how we support a Pull Request in the extension (overlay coverage, show totals, etc)