codecov / codecov-browser-extension

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

Going directly to a line fails #36

Closed nihaals closed 1 year ago

nihaals commented 1 year ago

For example:

This is because the API request includes the fragment: GET https://api.codecov.io/api/v2/github/codecov/repos/example-python/report?path=app/calculator.py#L1&branch=main

anukul commented 1 year ago

Thanks for filing the issue. I updated the URL parsing logic to accommodate self hosted providers in #33, and that should fix this as well. We can verify and close this issue once that's released.

anukul commented 1 year ago

Fixed :)