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 8784821 commit 5f61dddCopy full SHA for 5f61ddd
tests/checkCoverage.php
@@ -7,7 +7,7 @@
7
}
8
9
$xmlFile = isset($argv[2]) ? $argv[2] : __DIR__ . '/../coverage.xml';
10
-$requiredCoverage = isset($argv[1]) ? intval($argv[1]) : 95;
+$requiredCoverage = isset($argv[1]) ? intval($argv[1]) : 90;
11
12
if (!file_exists($xmlFile)) {
13
echo 'Error: Code coverage files not found. Please run `unit-tests:run`.';
0 commit comments