Source files on the second page of the overview are not being displayed (at all) when I click them. On the first page, everything is fine.
This is what it looks like on Firefox:

On Chrome, I get an error saying: "This content failed to load.".
The source for one of them is:
<td class="strong t-file__name"><a href="#43d7c8034528c6016dba1551b5b448b35216ed5d" class="src_link" title="lib/langs.rb">lib/langs.rb</a></td>
And the relevant div does seem to exist in the HTML:
<div class="source_table" id="43d7c8034528c6016dba1551b5b448b35216ed5d">
<div class="header">
<h3>lib/langs.rb</h3>
.simplecov:SimpleCov.start do
add_filter 'spec'
end
simplecov v0.18.2 and simplecov-html v0.12.0ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-darwin18]Yay, I knew all my wild JS dependency updates would eventually show holes in the test coverage and break things :see_no_evil:
Thanks a bunch for the report! :green_heart:
I'll have fun fixing these I guess ;) I will hopefully make it this week.
Fixed through https://github.com/colszowka/simplecov-html/pull/96 - no more pagination, no more errors :angel:
Thanks @PragTob!
Most helpful comment
Yay, I knew all my wild JS dependency updates would eventually show holes in the test coverage and break things :see_no_evil:
Thanks a bunch for the report! :green_heart:
I'll have fun fixing these I guess ;) I will hopefully make it this week.