You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reviewing the code coverage webpage generated by the plugin, the first view, that just shows the object and line breakout, renders as expected. However, when you click on an object to drill down into the specific lines missed or covered, it just shows an empty box with "All files (100%)" at the top.
Before I realized Firefox did not have this issue, I was able to work around the problem by editing the DOM locally and removing the "display:none" style from the div with class source_files on it.
I experience the problem in the following browsers:
Edge Version 138.0.3351.109 (Official build) (64-bit)
Chrome Version 139.0.7258.67 (Official Build) (64-bit)