Skip to content

Lock file maintenance #727

Lock file maintenance

Lock file maintenance #727

Triggered via push January 30, 2024 02:37
Status Success
Total duration 1m 19s
Artifacts
ci  /  Generate job matrix
10s
ci / Generate job matrix
PHPUnit Coverage
27s
PHPUnit Coverage
Check for missing dependencies
17s
Check for missing dependencies
Mutation Tests
1m 9s
Mutation Tests
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Check for missing dependencies
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPUnit Coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Mutation Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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; }