Bump slevomat/coding-standard from 8.30.1 to 8.31.0 - #387
Merged
milanowicz merged 1 commit intoJul 22, 2026
Annotations
2 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, codecov/codecov-action@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run Infection mutation tests:
src/TestPerformanceTrait.php#L51
Escaped Mutant for Mutator "TrueValue":
--- Original
+++ New
@@ @@
* @throws \MathPHP\Exception\BadDataException
* @throws \MathPHP\Exception\OutOfBoundsException
*/
- protected function checkPerformance(bool $function1 = true, float $pValue = 0.05) : self
+ protected function checkPerformance(bool $function1 = false, float $pValue = 0.05) : self
{
return $this->checkMeanTime($function1)->checkStudentTest($pValue);
}
|
background
wait
wait-all
cancel
parallel
Loading