Roll back actions/checkout action to v4.1.1 #580
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
continuous-integration.yml
on: push
ci
/
Generate job matrix
8s
PHPUnit Coverage
40s
Check for missing dependencies
29s
Mutation Tests
1m 13s
Matrix: ci / QA Checks
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;
}
|