Skip to content

Merge pull request #287 from ergebnis/dependabot/composer/rector/rect… #696

Merge pull request #287 from ergebnis/dependabot/composer/rector/rect…

Merge pull request #287 from ergebnis/dependabot/composer/rector/rect… #696

Triggered via push May 20, 2024 06:33
Status Success
Total duration 52s
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

5 warnings
Code Coverage (7.4, locked)
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.4.0/dist/codecov' failed with exit code 1
Mutation Tests (7.4, locked): src/Json.php#L121
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ */ private static function decode(string $encoded) { - return \json_decode($encoded, false, 512, \JSON_THROW_ON_ERROR); + return \json_decode($encoded, false, 511, \JSON_THROW_ON_ERROR); } }
Mutation Tests (7.4, locked): src/Json.php#L121
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ */ private static function decode(string $encoded) { - return \json_decode($encoded, false, 512, \JSON_THROW_ON_ERROR); + return \json_decode($encoded, false, 513, \JSON_THROW_ON_ERROR); } }
Dependency Analysis (7.4, locked)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3.3.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Coding Standards (7.4, locked)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3.3.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.