Skip to content

Commit 5f61ddd

Browse files
committed
Allow lower coverage
1 parent 8784821 commit 5f61ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/checkCoverage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
$xmlFile = isset($argv[2]) ? $argv[2] : __DIR__ . '/../coverage.xml';
10-
$requiredCoverage = isset($argv[1]) ? intval($argv[1]) : 95;
10+
$requiredCoverage = isset($argv[1]) ? intval($argv[1]) : 90;
1111

1212
if (!file_exists($xmlFile)) {
1313
echo 'Error: Code coverage files not found. Please run `unit-tests:run`.';

0 commit comments

Comments
 (0)