Skip to content

github-actions(deps): bump actions/cache from 4.0.2 to 4.1.0 #1525

github-actions(deps): bump actions/cache from 4.0.2 to 4.1.0

github-actions(deps): bump actions/cache from 4.0.2 to 4.1.0 #1525

Triggered via pull request October 4, 2024 22:32
Status Success
Total duration 35s
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

2 warnings
Code Coverage (7.4, locked)
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.6.0/dist/codecov' failed with exit code 1
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 {