codecov / codecov-browser-extension

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

fix: Non-virtualized file lines not targetted by extension #76

Closed spalmurray-codecov closed 2 months ago

spalmurray-codecov commented 2 months ago

Fixes bug where non-virtualized line lists were not being targetted properly by the extension. Non-virtualized lines seem to only happen for me when logged in to GitHub, logged out gives virtualized lines. My theory is they're testing some new code here lol.

This has been tested for both Firefox and Chrome in both logged in and out states.

Closes https://github.com/codecov/feedback/issues/425