Skip to content

Dependency review improvements #100

Dependency review improvements

Dependency review improvements #100

Triggered via push December 29, 2024 02:10
Status Success
Total duration 19m 13s
Artifacts 1

ci.yaml

on: push
Matrix: Tests
Matrix: Coding standard
Matrix: Static analysis
Matrix: Test for mutants
Matrix: Code coverage finish
Status check - CI
1s
Status check - CI
Fit to window
Zoom out
Zoom in

Annotations

1 error and 16 warnings
Tests (ubuntu-latest, 8.4, --ignore-platform-req=php+, true)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires php 7.4 - 8.3 but your php version (8.4.2) does not satisfy that requirement.
Tests (ubuntu-latest, 8.1, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (ubuntu-latest, 7.4, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (ubuntu-latest, 8.0, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Static analysis (ubuntu-latest, 8.3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Coding standard (ubuntu-latest, 8.3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (ubuntu-latest, 8.4, --ignore-platform-req=php+, true): tests/install-optional-dependencies.php#L17
unlink(composer.temp.lock): No such file or directory
Test for mutants (ubuntu-latest, 8.3): 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); } }
Test for mutants (ubuntu-latest, 8.3): 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.3): 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.3): 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.3): 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; } }
Tests (ubuntu-latest, 7.4, --prefer-lowest --prefer-stable, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (ubuntu-latest, 8.3, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (ubuntu-latest, 8.2, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Status check - CI
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Code coverage finish (ubuntu-latest, 8.3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
Logs - Mutations
635 Bytes