Skip to content

Merge pull request #156 from ergebnis/dependabot/github_actions/actio… #416

Merge pull request #156 from ergebnis/dependabot/github_actions/actio…

Merge pull request #156 from ergebnis/dependabot/github_actions/actio… #416

Triggered via push October 22, 2024 21:32
Status Failure
Total duration 5m 10s
Artifacts

integrate.yaml

on: push
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

3 errors and 2 warnings
Tests (8.2, highest)
The process '/usr/bin/bash' failed with exit code 1
Tests (7.4, lowest)
The job running on runner GitHub Actions 39 has exceeded the maximum execution time of 5 minutes.
Tests (7.4, lowest)
The operation was canceled.
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/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); } }