codecov / codecov-browser-extension

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

fix: Remove codecov owner from selfhosted auth check #78

Closed spalmurray-codecov closed 3 months ago

spalmurray-codecov commented 3 months ago

Updates auth check API endpoint to fix a bug where self-hosted codecov instances are not able to be added due to the requirement for the 'codecov' user to be present.

Closes https://github.com/codecov/codecov-browser-extension/issues/64

spalmurray-codecov commented 3 months ago

Fixed in https://github.com/codecov/codecov-browser-extension/pull/65