CI #121
ci.yaml
on: schedule
Matrix: Tests
Matrix: Coding standard
Matrix: Static analysis
Matrix: Test for mutants
Matrix: Code coverage finish
Status check - CI
5s
Annotations
5 warnings and 2 notices
|
Test for mutants (ubuntu-latest, 8.4):
src/Adapter/OrisaiToSymfonyClockAdapter.php#L42
Escaped Mutant for Mutator "CloneRemoval":
@@ @@
}
public function withTimeZone(DateTimeZone|string $timezone): static
{
- $clone = clone $this;
+ $clone = $this;
$clone->timeZone = is_string($timezone) ? new DateTimeZone($timezone) : $timezone;
return $clone;
}
}
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Adapter/OrisaiToSymfonyClockAdapter.php#L37
Escaped Mutant for Mutator "RoundingFamily":
@@ @@
}
public function sleep(float|int $seconds): void
{
- $this->clock->sleep(0, 0, (int) round($seconds * 1000000.0));
+ $this->clock->sleep(0, 0, (int) ceil($seconds * 1000000.0));
}
public function withTimeZone(DateTimeZone|string $timezone): static
{
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Adapter/OrisaiToSymfonyClockAdapter.php#L37
Escaped Mutant for Mutator "DecrementInteger":
@@ @@
}
public function sleep(float|int $seconds): void
{
- $this->clock->sleep(0, 0, (int) round($seconds * 1000000.0));
+ $this->clock->sleep(0, -1, (int) round($seconds * 1000000.0));
}
public function withTimeZone(DateTimeZone|string $timezone): static
{
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Adapter/OrisaiToSymfonyClockAdapter.php#L37
Escaped Mutant for Mutator "DecrementInteger":
@@ @@
}
public function sleep(float|int $seconds): void
{
- $this->clock->sleep(0, 0, (int) round($seconds * 1000000.0));
+ $this->clock->sleep(-1, 0, (int) round($seconds * 1000000.0));
}
public function withTimeZone(DateTimeZone|string $timezone): static
{
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Adapter/ClockAdapterFactory.php#L18
Escaped Mutant for Mutator "InstanceOf_":
@@ @@
if ($clock instanceof Clock) {
return $clock;
}
- if ($clock instanceof SymfonyClock) {
+ if (false) {
return new SymfonyToOrisaiClockAdapter($clock);
}
return new PsrToOrisaiClockAdapter($clock);
}
}
|
|
Tests (windows-latest, 8.4, false)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
|
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
|
635 Bytes |
sha256:be64ce06ea6ee0a7b5d7b649989a42034895ce3ca2d4f54d4944373ddb2c5864
|
|