Skip to content

composer(deps-dev): bump ergebnis/php-cs-fixer-config from 6.35.0 to 6.36.0 #747

composer(deps-dev): bump ergebnis/php-cs-fixer-config from 6.35.0 to 6.36.0

composer(deps-dev): bump ergebnis/php-cs-fixer-config from 6.35.0 to 6.36.0 #747

Triggered via pull request September 3, 2024 07:03
Status Failure
Total duration 2m 0s
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

1 error and 3 warnings
Coding Standards (7.4, locked)
Process completed with exit code 4.
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); } }
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