Skip to content

composer(deps-dev): Bump ergebnis/license from 2.4.0 to 2.5.0 #391

composer(deps-dev): Bump ergebnis/license from 2.4.0 to 2.5.0

composer(deps-dev): Bump ergebnis/license from 2.4.0 to 2.5.0 #391

Triggered via pull request September 27, 2024 16:28
Status Success
Total duration 3m 41s
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.5.0/dist/codecov' failed with exit code 1
Mutation Tests (7.4, locked): src/PreRelease.php#L127
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ } private static function isNumericIdentifier(string $value) : bool { - return 1 === \preg_match('/^\\d+$/', $value); + return 2 === \preg_match('/^\\d+$/', $value); } }