We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b9a42 commit 8d0fee3Copy full SHA for 8d0fee3
src/CodeCoverage/Report/HTML/Renderer/Dashboard.php
@@ -320,9 +320,8 @@ protected function projectRisks(array $classes)
320
protected function getActiveBreadcrumb(PHP_CodeCoverage_Report_Node $node)
321
{
322
return sprintf(
323
- ' <li><a href="http://github.com/%3Cspan%20class="x x-first x-last">%s.html">%s</a></li>' . "\n" .
+ ' <li><a href="http://github.com/%3Cspan%20class="x x-first x-last">index.html">%s</a></li>' . "\n" .
324
' <li class="active">(Dashboard)</li>' . "\n",
325
- $node->getId(),
326
$node->getName()
327
);
328
}
0 commit comments