github-actions: bump suzuki-shunsuke/github-action-renovate-config-validator from 1.0.1 to 1.1.0 in the version-updates group #1405
continuous-integration.yml
on: pull_request
Matrix: Validate Project / Check with editorconfig-checker
Matrix: Validate Project / Check composer dependencies with composer-dependency-analyser
Matrix: Validate Project / Check composer with composer-normalize
Matrix: Validate Project / Check composer dependencies with composer-unused
Matrix: Validate Project / Lint PHP
Matrix: Validate Project / Validate markdown files
Matrix: Validate Project / Linting with overtrue/phplint
Matrix: Validate Project / Validate composer
Matrix: Validate Project / Validate yaml
Matrix: Install Project / Install Node dependencies
Matrix: Install Project / Install PHP dependencies
Matrix: Project Analysis / Check Coding Standards with PHP-CS-Fixer
Matrix: Project Analysis / Check Coding Standards with PHPCS
Matrix: Project Analysis / Check Rules with PHPMD
Matrix: Project Analysis / Checks with Rector
Matrix: Project Analysis / Static Code Analysis with PHPStan
Matrix: Code Coverage with PHPUnit
Matrix: UnitTests with PHPUnit
finish-code-coverage
5s
Unit & Integration Tests Status
0s
Annotations
8 warnings
Install Project / Install PHP dependencies (ubuntu-22.04, 8.2, lowest)
Failed to download action 'https://api.github.com/repos/shivammathur/setup-php/tarball/c541c155eee45413f5b09a52248675b1a2575231'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
|
Install Project / Install PHP dependencies (ubuntu-22.04, 8.2, lowest)
Back off 19.152 seconds before retry.
|
Code Coverage with PHPUnit (ubuntu-22.04, 8.1, lowest):
src/StreamFormatter.php#L379
Escaped Mutant for Mutator "TrueValue":
--- Original
+++ New
@@ @@
if (is_scalar($data)) {
return (string) $data;
}
- return $this->toJson($data, true);
+ return $this->toJson($data, false);
}
/** @throws void */
private function replaceNewlines(string $str) : string
|
Code Coverage with PHPUnit (ubuntu-22.04, 8.1, lowest):
src/StreamFormatterFactory.php#L55
Escaped Mutant for Mutator "FalseValue":
--- Original
+++ New
@@ @@
$allowInlineLineBreaks = false;
$maxNormalizeDepth = self::DEFAULT_NORMALIZER_DEPTH;
$maxNormalizeItemCount = self::DEFAULT_NORMALIZER_ITEM_COUNT;
- $prettyPrint = false;
+ $prettyPrint = true;
$includeStacktraces = false;
if (is_array($options)) {
if (array_key_exists('format', $options)) {
|
Code Coverage with PHPUnit (ubuntu-22.04, 8.1, lowest):
src/StreamFormatterFactory.php#L114
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
}
$formatter->setMaxNormalizeDepth($maxNormalizeDepth);
$formatter->setMaxNormalizeItemCount($maxNormalizeItemCount);
- $formatter->setJsonPrettyPrint($prettyPrint);
+
return $formatter;
}
}
|
Code Coverage with PHPUnit (ubuntu-24.04, 8.1, lowest):
src/StreamFormatter.php#L379
Escaped Mutant for Mutator "TrueValue":
--- Original
+++ New
@@ @@
if (is_scalar($data)) {
return (string) $data;
}
- return $this->toJson($data, true);
+ return $this->toJson($data, false);
}
/** @throws void */
private function replaceNewlines(string $str) : string
|
Code Coverage with PHPUnit (ubuntu-24.04, 8.1, lowest):
src/StreamFormatterFactory.php#L55
Escaped Mutant for Mutator "FalseValue":
--- Original
+++ New
@@ @@
$allowInlineLineBreaks = false;
$maxNormalizeDepth = self::DEFAULT_NORMALIZER_DEPTH;
$maxNormalizeItemCount = self::DEFAULT_NORMALIZER_ITEM_COUNT;
- $prettyPrint = false;
+ $prettyPrint = true;
$includeStacktraces = false;
if (is_array($options)) {
if (array_key_exists('format', $options)) {
|
Code Coverage with PHPUnit (ubuntu-24.04, 8.1, lowest):
src/StreamFormatterFactory.php#L114
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
}
$formatter->setMaxNormalizeDepth($maxNormalizeDepth);
$formatter->setMaxNormalizeItemCount($maxNormalizeItemCount);
- $formatter->setJsonPrettyPrint($prettyPrint);
+
return $formatter;
}
}
|