composer(deps-dev): bump ergebnis/phpunit-slow-test-detector from 2.15.1 to 2.16.0 #1509
Triggered via pull request
September 27, 2024 15:49
Status
Success
Total duration
2m 34s
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
Annotations
2 warnings
Mutation Tests (7.4, locked):
src/ValidationResult.php#L30
Escaped Mutant for Mutator "UnwrapArrayValues":
--- Original
+++ New
@@ @@
private array $errors;
private function __construct(ValidationError ...$errors)
{
- $this->errors = \array_values($errors);
+ $this->errors = $errors;
}
public static function create(ValidationError ...$errors) : self
{
|
Code Coverage (7.4, locked)
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|