add subscription engine result #67
mutation-tests-diff.yml
on: pull_request
Matrix: Mutation tests on diff
Annotations
1 error and 3 warnings
Mutation tests on diff (locked, 8.3, ubuntu-latest)
Process completed with exit code 1.
|
Mutation tests on diff (locked, 8.3, ubuntu-latest)
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 on diff (locked, 8.3, ubuntu-latest):
src/Subscription/Engine/DefaultSubscriptionEngine.php#L212
Escaped Mutant for Mutator "Continue_":
--- Original
+++ New
@@ @@
}
$error = $this->handleMessage($index, $message, $subscription);
if (!$error) {
- continue;
+ break;
}
$errors[] = $error;
}
|
Mutation tests on diff (locked, 8.3, ubuntu-latest):
src/Subscription/Engine/DefaultSubscriptionEngine.php#L367
Escaped Mutant for Mutator "Continue_":
--- Original
+++ New
@@ @@
}
$error = $this->handleMessage($index, $message, $subscription);
if (!$error) {
- continue;
+ break;
}
$errors[] = $error;
}
|