Skip to content

Commit c0305dc

Browse files
Forgot to render index.html.
1 parent a07ad20 commit c0305dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PHP/CodeCoverage/Report/HTML.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ public function process(PHP_CodeCoverage $coverage, $target)
163163
$report, $target . 'index.dashboard.html', $this->title
164164
);
165165

166+
$directory->render($report, $target . 'index.html');
167+
166168
foreach ($report as $node) {
167169
$id = PHP_CodeCoverage_Util::nodeToId($node);
168170

0 commit comments

Comments
 (0)