Skip to content

github-actions(deps): bump codecov/codecov-action from 5.0.0 to 5.0.2 #810

github-actions(deps): bump codecov/codecov-action from 5.0.0 to 5.0.2

github-actions(deps): bump codecov/codecov-action from 5.0.0 to 5.0.2 #810

Triggered via pull request November 17, 2024 11:32
Status Success
Total duration 51s
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
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); } }