Drop Codeception 4 support, php < 8.0 and symfony < 5.0 #7
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
5 errors and 3 warnings
CI with PHP 8.1, using pcov
Process completed with exit code 2.
|
CI with PHP 8.2, using pcov
The job was canceled because "_8_1_pcov" failed.
|
CI with PHP 8.2, using pcov
Process completed with exit code 2.
|
CI with PHP 8.0, using pcov
The job was canceled because "_8_1_pcov" failed.
|
CI with PHP 8.0, using pcov
Process completed with exit code 2.
|
CI with PHP 8.1, using pcov:
tests/e2e/Codeception_Basic/src/Inner/InnerSourceClass.php#L13
Escaped Mutant for Mutator "Minus":
--- Original
+++ New
@@ @@
{
public function sub(float $a, float $b) : float
{
- return $a - $b;
+ return $a + $b;
}
}
|
CI with PHP 8.2, using pcov:
tests/e2e/Codeception_Basic/src/Inner/InnerSourceClass.php#L13
Escaped Mutant for Mutator "Minus":
--- Original
+++ New
@@ @@
{
public function sub(float $a, float $b) : float
{
- return $a - $b;
+ return $a + $b;
}
}
|
CI with PHP 8.0, using pcov:
tests/e2e/Codeception_Basic/src/Inner/InnerSourceClass.php#L13
Escaped Mutant for Mutator "Minus":
--- Original
+++ New
@@ @@
{
public function sub(float $a, float $b) : float
{
- return $a - $b;
+ return $a + $b;
}
}
|