codecov/codecov-browser-extension

PR View Does not Show Line Coverage

Closed this issue · 4 comments

We have implemented coverage for the PR view, and you can see the totals in the PR as such:

Screenshot 2023-06-01 at 9 16 08 AM

However, there does not appear to be annotation on individual lines in the PR indicating whether or not these lines are covered, uncovered, or partial. You can see an example of this at the following PR: https://github.com/codecov/codecov-cli/pull/165/files

anukul commented
image

I do see it, but of course we should do a better job of highlighting errors (if any) and also have them reach the team through a Sentry integration.

Using this issue as a placeholder for this task.

I don't see it for the same PR in Dark Mode. Do you think that could be causing the issue?
Screenshot 2023-06-15 at 9 05 07 AM

Upon further investigation this was an issue related to the split vs unified PR view. Line coverage works properly on the split view, does not render on unified. @anukul has pushed a fix for that with #30 that will go live as soon as the extension is approved by the Firefox and Chrome extension review process.

Confirmed working as of latest update. Closing this issue.