Skip to content

Commit 0996e62

Browse files
Increase default thresholds for low / medium coverage
1 parent 674d4b9 commit 0996e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PHP/CodeCoverage/Report/HTML.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class PHP_CodeCoverage_Report_HTML
9191
*
9292
* @param array $options
9393
*/
94-
public function __construct($charset = 'UTF-8', $highlight = FALSE, $lowUpperBound = 35, $highLowerBound = 70, $generator = '')
94+
public function __construct($charset = 'UTF-8', $highlight = FALSE, $lowUpperBound = 50, $highLowerBound = 90, $generator = '')
9595
{
9696
$this->charset = $charset;
9797
$this->generator = $generator;

0 commit comments

Comments
 (0)