Skip to content

Release 1.2.3

Release 1.2.3 #88

Triggered via push January 19, 2025 01:18
Status Success
Total duration 1m 56s
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
4s
Status check - CI
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
Coding standard (ubuntu-latest, 8.4)
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.4)
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.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.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, 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.0, 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
Test for mutants (ubuntu-latest, 8.4): src/DI/SchedulerExtension.php#L92
Escaped Mutant for Mutator "FalseValue": @@ @@ $value = substr($value, 1); } elseif (str_starts_with($value, '@')) { // @Yearly - service reference - return false; + return true; } return CronExpression::isValidExpression($value); }, 'Valid cron expression'), 'callback' => $this->createCallbackSchema()->default(null), 'job' => DefinitionsLoader::schema()->default(null), 'repeatAfterSeconds' => Expect::int(0)->min(0)->max(30), 'timeZone' => Expect::anyOf(Expect::string(), Expect::null())->assert(static function (?string $timeZone): bool {
Test for mutants (ubuntu-latest, 8.4): src/DI/SchedulerExtension.php#L102
Escaped Mutant for Mutator "DecrementInteger": @@ @@ return false; } return CronExpression::isValidExpression($value); - }, 'Valid cron expression'), 'callback' => $this->createCallbackSchema()->default(null), 'job' => DefinitionsLoader::schema()->default(null), 'repeatAfterSeconds' => Expect::int(0)->min(0)->max(30), 'timeZone' => Expect::anyOf(Expect::string(), Expect::null())->assert(static function (?string $timeZone): bool { + }, 'Valid cron expression'), 'callback' => $this->createCallbackSchema()->default(null), 'job' => DefinitionsLoader::schema()->default(null), 'repeatAfterSeconds' => Expect::int(0)->min(-1)->max(30), 'timeZone' => Expect::anyOf(Expect::string(), Expect::null())->assert(static function (?string $timeZone): bool { if ($timeZone === null) { return true; }
Test for mutants (ubuntu-latest, 8.4): src/DI/SchedulerExtension.php#L103
Escaped Mutant for Mutator "IncrementInteger": @@ @@ return false; } return CronExpression::isValidExpression($value); - }, 'Valid cron expression'), 'callback' => $this->createCallbackSchema()->default(null), 'job' => DefinitionsLoader::schema()->default(null), 'repeatAfterSeconds' => Expect::int(0)->min(0)->max(30), 'timeZone' => Expect::anyOf(Expect::string(), Expect::null())->assert(static function (?string $timeZone): bool { + }, 'Valid cron expression'), 'callback' => $this->createCallbackSchema()->default(null), 'job' => DefinitionsLoader::schema()->default(null), 'repeatAfterSeconds' => Expect::int(0)->min(0)->max(31), 'timeZone' => Expect::anyOf(Expect::string(), Expect::null())->assert(static function (?string $timeZone): bool { if ($timeZone === null) { return true; }
Test for mutants (ubuntu-latest, 8.4): src/DI/SchedulerExtension.php#L109
Escaped Mutant for Mutator "TrueValue": @@ @@ return CronExpression::isValidExpression($value); }, 'Valid cron expression'), 'callback' => $this->createCallbackSchema()->default(null), 'job' => DefinitionsLoader::schema()->default(null), 'repeatAfterSeconds' => Expect::int(0)->min(0)->max(30), 'timeZone' => Expect::anyOf(Expect::string(), Expect::null())->assert(static function (?string $timeZone): bool { if ($timeZone === null) { - return true; + return false; } return in_array($timeZone, timezone_identifiers_list(), true); }, 'Valid timezone')])->assert(static function (stdClass $values): bool {
Code coverage finish (ubuntu-latest, 8.4)
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

Artifacts

Produced during runtime
Name Size
Logs - Mutations
1.02 KB