Skip to content

github-actions(deps): Bump codecov/codecov-action from 5.0.0 to 5.0.2 #1163

github-actions(deps): Bump codecov/codecov-action from 5.0.0 to 5.0.2

github-actions(deps): Bump codecov/codecov-action from 5.0.0 to 5.0.2 #1163

Triggered via pull request November 15, 2024 17:10
Status Failure
Total duration 5m 15s
Artifacts

integrate.yaml

on: pull_request
Matrix: Code Coverage
Matrix: Coding Standards
Matrix: Dependency Analysis
Matrix: Mutation Tests
Matrix: Refactoring
Matrix: Security Analysis
Matrix: Static Code Analysis
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 10 warnings
Code Coverage (7.4, locked)
The job running on runner GitHub Actions 16 has exceeded the maximum execution time of 5 minutes.
Code Coverage (7.4, locked)
The operation was canceled.
Coding Standards (7.4, locked)
The job running on runner GitHub Actions 14 has exceeded the maximum execution time of 5 minutes.
Coding Standards (7.4, locked)
The operation was canceled.
Tests (7.4, highest)
The job running on runner GitHub Actions 15 has exceeded the maximum execution time of 5 minutes.
Tests (7.4, highest)
The operation was canceled.
Tests (8.0, locked)
The job running on runner GitHub Actions 26 has exceeded the maximum execution time of 5 minutes.
Tests (8.0, locked)
The operation was canceled.
Tests (8.3, lowest)
The job running on runner GitHub Actions 6 has exceeded the maximum execution time of 5 minutes.
Tests (8.0, lowest)
The job running on runner GitHub Actions 59 has exceeded the maximum execution time of 5 minutes.
Tests (8.3, lowest)
The operation was canceled.
Tests (8.0, lowest)
The operation was canceled.
Tests (7.4, lowest)
The job running on runner GitHub Actions 20 has exceeded the maximum execution time of 5 minutes.
Tests (7.4, lowest)
The operation was canceled.
Tests (8.0, highest)
The job running on runner GitHub Actions 34 has exceeded the maximum execution time of 5 minutes.
Tests (8.0, highest)
The operation was canceled.
Tests (8.3, locked)
The job running on runner GitHub Actions 18 has exceeded the maximum execution time of 5 minutes.
Tests (8.3, locked)
The operation was canceled.
Dependency Analysis (7.4, locked)
The job running on runner GitHub Actions 46 has exceeded the maximum execution time of 5 minutes.
Dependency Analysis (7.4, locked)
The operation was canceled.
Mutation Tests (7.4, locked): src/FloatProvider.php#L94
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private static function values() : array { $faker = self::faker(); - return ['float-less-than-minus-one' => -1 * \PHP_FLOAT_EPSILON - $faker->randomFloat(null, 1), 'float-minus-one' => -1.0, 'float-zero' => 0.0, 'float-plus-one' => 1.0, 'float-greater-than-plus-one' => \PHP_FLOAT_EPSILON + $faker->randomFloat(null, 1)]; + return ['float-less-than-minus-one' => -2 * \PHP_FLOAT_EPSILON - $faker->randomFloat(null, 1), 'float-minus-one' => -1.0, 'float-zero' => 0.0, 'float-plus-one' => 1.0, 'float-greater-than-plus-one' => \PHP_FLOAT_EPSILON + $faker->randomFloat(null, 1)]; } }
Mutation Tests (7.4, locked): src/FloatProvider.php#L94
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ private static function values() : array { $faker = self::faker(); - return ['float-less-than-minus-one' => -1 * \PHP_FLOAT_EPSILON - $faker->randomFloat(null, 1), 'float-minus-one' => -1.0, 'float-zero' => 0.0, 'float-plus-one' => 1.0, 'float-greater-than-plus-one' => \PHP_FLOAT_EPSILON + $faker->randomFloat(null, 1)]; + return ['float-less-than-minus-one' => -0 * \PHP_FLOAT_EPSILON - $faker->randomFloat(null, 1), 'float-minus-one' => -1.0, 'float-zero' => 0.0, 'float-plus-one' => 1.0, 'float-greater-than-plus-one' => \PHP_FLOAT_EPSILON + $faker->randomFloat(null, 1)]; } }
Mutation Tests (7.4, locked): src/FloatProvider.php#L94
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private static function values() : array { $faker = self::faker(); - return ['float-less-than-minus-one' => -1 * \PHP_FLOAT_EPSILON - $faker->randomFloat(null, 1), 'float-minus-one' => -1.0, 'float-zero' => 0.0, 'float-plus-one' => 1.0, 'float-greater-than-plus-one' => \PHP_FLOAT_EPSILON + $faker->randomFloat(null, 1)]; + return ['float-less-than-minus-one' => -1 * \PHP_FLOAT_EPSILON - $faker->randomFloat(null, 0), 'float-minus-one' => -1.0, 'float-zero' => 0.0, 'float-plus-one' => 1.0, 'float-greater-than-plus-one' => \PHP_FLOAT_EPSILON + $faker->randomFloat(null, 1)]; } }
Mutation Tests (7.4, locked): src/FloatProvider.php#L94
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ private static function values() : array { $faker = self::faker(); - return ['float-less-than-minus-one' => -1 * \PHP_FLOAT_EPSILON - $faker->randomFloat(null, 1), 'float-minus-one' => -1.0, 'float-zero' => 0.0, 'float-plus-one' => 1.0, 'float-greater-than-plus-one' => \PHP_FLOAT_EPSILON + $faker->randomFloat(null, 1)]; + return ['float-less-than-minus-one' => -1 * \PHP_FLOAT_EPSILON - $faker->randomFloat(null, 2), 'float-minus-one' => -1.0, 'float-zero' => 0.0, 'float-plus-one' => 1.0, 'float-greater-than-plus-one' => \PHP_FLOAT_EPSILON + $faker->randomFloat(null, 1)]; } }
Mutation Tests (7.4, locked): src/FloatProvider.php#L98
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private static function values() : array { $faker = self::faker(); - return ['float-less-than-minus-one' => -1 * \PHP_FLOAT_EPSILON - $faker->randomFloat(null, 1), 'float-minus-one' => -1.0, 'float-zero' => 0.0, 'float-plus-one' => 1.0, 'float-greater-than-plus-one' => \PHP_FLOAT_EPSILON + $faker->randomFloat(null, 1)]; + return ['float-less-than-minus-one' => -1 * \PHP_FLOAT_EPSILON - $faker->randomFloat(null, 1), 'float-minus-one' => -1.0, 'float-zero' => 0.0, 'float-plus-one' => 1.0, 'float-greater-than-plus-one' => \PHP_FLOAT_EPSILON + $faker->randomFloat(null, 0)]; } }
Mutation Tests (7.4, locked): src/FloatProvider.php#L98
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ private static function values() : array { $faker = self::faker(); - return ['float-less-than-minus-one' => -1 * \PHP_FLOAT_EPSILON - $faker->randomFloat(null, 1), 'float-minus-one' => -1.0, 'float-zero' => 0.0, 'float-plus-one' => 1.0, 'float-greater-than-plus-one' => \PHP_FLOAT_EPSILON + $faker->randomFloat(null, 1)]; + return ['float-less-than-minus-one' => -1 * \PHP_FLOAT_EPSILON - $faker->randomFloat(null, 1), 'float-minus-one' => -1.0, 'float-zero' => 0.0, 'float-plus-one' => 1.0, 'float-greater-than-plus-one' => \PHP_FLOAT_EPSILON + $faker->randomFloat(null, 2)]; } }
Mutation Tests (7.4, locked): src/IntProvider.php#L94
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private static function values() : array { $faker = self::faker(); - return ['int-less-than-minus-one' => -1 * $faker->numberBetween(1), 'int-minus-one' => -1, 'int-zero' => 0, 'int-plus-one' => 1, 'int-greater-than-plus-one' => $faker->numberBetween(1)]; + return ['int-less-than-minus-one' => -2 * $faker->numberBetween(1), 'int-minus-one' => -1, 'int-zero' => 0, 'int-plus-one' => 1, 'int-greater-than-plus-one' => $faker->numberBetween(1)]; } }
Mutation Tests (7.4, locked): src/IntProvider.php#L94
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private static function values() : array { $faker = self::faker(); - return ['int-less-than-minus-one' => -1 * $faker->numberBetween(1), 'int-minus-one' => -1, 'int-zero' => 0, 'int-plus-one' => 1, 'int-greater-than-plus-one' => $faker->numberBetween(1)]; + return ['int-less-than-minus-one' => -1 * $faker->numberBetween(0), 'int-minus-one' => -1, 'int-zero' => 0, 'int-plus-one' => 1, 'int-greater-than-plus-one' => $faker->numberBetween(1)]; } }
Mutation Tests (7.4, locked): src/IntProvider.php#L94
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ private static function values() : array { $faker = self::faker(); - return ['int-less-than-minus-one' => -1 * $faker->numberBetween(1), 'int-minus-one' => -1, 'int-zero' => 0, 'int-plus-one' => 1, 'int-greater-than-plus-one' => $faker->numberBetween(1)]; + return ['int-less-than-minus-one' => -1 * $faker->numberBetween(2), 'int-minus-one' => -1, 'int-zero' => 0, 'int-plus-one' => 1, 'int-greater-than-plus-one' => $faker->numberBetween(1)]; } }
Mutation Tests (7.4, locked): src/IntProvider.php#L98
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private static function values() : array { $faker = self::faker(); - return ['int-less-than-minus-one' => -1 * $faker->numberBetween(1), 'int-minus-one' => -1, 'int-zero' => 0, 'int-plus-one' => 1, 'int-greater-than-plus-one' => $faker->numberBetween(1)]; + return ['int-less-than-minus-one' => -1 * $faker->numberBetween(1), 'int-minus-one' => -1, 'int-zero' => 0, 'int-plus-one' => 1, 'int-greater-than-plus-one' => $faker->numberBetween(0)]; } }