codecov/codecov-browser-extension

Going directly to a line fails

Closed this issue · 2 comments

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

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

Fixed :)