Skip to content

Roll back actions/checkout action to v4.1.1 #580

Roll back actions/checkout action to v4.1.1

Roll back actions/checkout action to v4.1.1 #580

Triggered via push October 17, 2023 17:37
Status Success
Total duration 1m 25s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
ci  /  Generate job matrix
8s
ci / Generate job matrix
PHPUnit Coverage
40s
PHPUnit Coverage
Check for missing dependencies
29s
Check for missing dependencies
Mutation Tests
1m 13s
Mutation Tests
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Mutation Tests: src/BaseClient.php#L78
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $body = Json::decodeToArray((string) $response->getBody()); $list = []; foreach ($body as $item) { - Assert::isArray($item); + $definition = Definition::fromArray($item); $list[$definition->id()] = $definition; }