github-actions(deps): bump codecov/codecov-action from 4.6.0 to 5.0.0 #429
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
1 warning
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);
}
}
|