CI #87
ci.yaml
on: schedule
Matrix: Tests
Matrix: Coding standard
Matrix: Static analysis
Matrix: Test for mutants
Matrix: Code coverage finish
Status check - CI
3s
Annotations
12 errors, 8 warnings, and 2 notices
|
Tests (windows-latest, 8.4, false)
Process completed with exit code 100.
|
|
Tests (windows-latest, 8.4, false)
curl error 28 while downloading https://repo.packagist.org/packages.json: Connection timed out after 10012 milliseconds
|
|
Tests (ubuntu-latest, 7.4, false)
The strategy configuration was canceled because "tests.windows-latest_8_4_false" failed
|
|
Tests (ubuntu-latest, 8.3, false)
The strategy configuration was canceled because "tests.windows-latest_8_4_false" failed
|
|
Tests (ubuntu-latest, 8.0, false)
The strategy configuration was canceled because "tests.windows-latest_8_4_false" failed
|
|
Tests (ubuntu-latest, 8.4, false)
The strategy configuration was canceled because "tests.windows-latest_8_4_false" failed
|
|
Tests (ubuntu-latest, 8.2, false)
The strategy configuration was canceled because "tests.windows-latest_8_4_false" failed
|
|
Tests (ubuntu-latest, 7.4, --prefer-lowest --prefer-stable, false)
The strategy configuration was canceled because "tests.windows-latest_8_4_false" failed
|
|
Tests (ubuntu-latest, 8.1, false)
The strategy configuration was canceled because "tests.windows-latest_8_4_false" failed
|
|
Tests (macos-latest, 8.4, false)
The operation was canceled.
|
|
Tests (macos-latest, 8.4, false)
The strategy configuration was canceled because "tests.windows-latest_8_4_false" failed
|
|
Status check - CI
Process completed with exit code 1.
|
|
Test for mutants (ubuntu-latest, 8.4):
src/FunctionSource.php#L81
Escaped Mutant for Mutator "FalseValue":
@@ @@
$time = filemtime($file);
assert($time !== false);
$datetime = DateTimeImmutable::createFromFormat('U', (string) $time);
- assert($datetime !== false);
+ assert($datetime !== true);
return $datetime;
}
public function __toString(): string
|
|
Test for mutants (ubuntu-latest, 8.4):
src/FunctionSource.php#L78
Escaped Mutant for Mutator "FalseValue":
@@ @@
return $datetime;
}
$time = filemtime($file);
- assert($time !== false);
+ assert($time !== true);
$datetime = DateTimeImmutable::createFromFormat('U', (string) $time);
assert($datetime !== false);
return $datetime;
|
|
Test for mutants (ubuntu-latest, 8.4):
src/FunctionSource.php#L72
Escaped Mutant for Mutator "FalseValue":
@@ @@
// Internal class
if ($file === false) {
$datetime = DateTimeImmutable::createFromFormat('U', '0');
- assert($datetime !== false);
+ assert($datetime !== true);
return $datetime;
}
$time = filemtime($file);
|
|
Test for mutants (ubuntu-latest, 8.4):
src/ClassSource.php#L82
Escaped Mutant for Mutator "FalseValue":
@@ @@
$time = filemtime($file);
assert($time !== false);
$datetime = DateTimeImmutable::createFromFormat('U', (string) $time);
- assert($datetime !== false);
+ assert($datetime !== true);
return $datetime;
}
public function __toString(): string
|
|
Test for mutants (ubuntu-latest, 8.4):
src/ClassSource.php#L79
Escaped Mutant for Mutator "FalseValue":
@@ @@
return $datetime;
}
$time = filemtime($file);
- assert($time !== false);
+ assert($time !== true);
$datetime = DateTimeImmutable::createFromFormat('U', (string) $time);
assert($datetime !== false);
return $datetime;
|
|
Test for mutants (ubuntu-latest, 8.4):
src/ClassSource.php#L73
Escaped Mutant for Mutator "FalseValue":
@@ @@
// Internal class
if ($file === false) {
$datetime = DateTimeImmutable::createFromFormat('U', '0');
- assert($datetime !== false);
+ assert($datetime !== true);
return $datetime;
}
$time = filemtime($file);
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Check/DefaultSourceChecker.php#L60
Escaped Mutant for Mutator "IfNegation":
@@ @@
}
foreach ($this->handlers as $handler) {
foreach ($handler::getSupported() as $supported) {
- if (is_a($source, $supported)) {
+ if (!is_a($source, $supported)) {
return $handler->getLastChange($source);
}
}
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Check/DefaultSourceChecker.php#L35
Escaped Mutant for Mutator "IfNegation":
@@ @@
}
foreach ($this->handlers as $handler) {
foreach ($handler::getSupported() as $supported) {
- if (is_a($source, $supported)) {
+ if (!is_a($source, $supported)) {
return $handler->isValid($source);
}
}
|
|
Tests (macos-latest, 8.4, false)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
|
Tests (macos-latest, 8.4, false)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
Logs - Mutations
Expired
|
699 Bytes |
sha256:19e870118311c6e5220f5671ea92805da97cfec177417ab01d195a755fa7e919
|
|