Skip to content
Triggered via schedule April 17, 2023 08:12
Status Success
Total duration 20m 17s
Artifacts 1

ci.yaml

on: schedule
Matrix: Tests
Matrix: Coding standard
Matrix: Static analysis
Matrix: Test for mutants
Matrix: Code coverage finish
Status check - CI
2s
Status check - CI
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Test for mutants (ubuntu-latest, 8.1): src/Bridge/SymfonyYaml/YamlFormatEncoder.php#L65
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ */ public function encode($content) : string { - return Yaml::dump($content, 512, 2, Yaml::DUMP_OBJECT_AS_MAP | Yaml::DUMP_EMPTY_ARRAY_AS_SEQUENCE | Yaml::DUMP_MULTI_LINE_LITERAL_BLOCK); + return Yaml::dump($content, 511, 2, Yaml::DUMP_OBJECT_AS_MAP | Yaml::DUMP_EMPTY_ARRAY_AS_SEQUENCE | Yaml::DUMP_MULTI_LINE_LITERAL_BLOCK); } private function replaceIrrelevantExceptionMessageParts(EncodingFailure $e) : void {
Test for mutants (ubuntu-latest, 8.1): src/Bridge/SymfonyYaml/YamlFormatEncoder.php#L65
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ */ public function encode($content) : string { - return Yaml::dump($content, 512, 2, Yaml::DUMP_OBJECT_AS_MAP | Yaml::DUMP_EMPTY_ARRAY_AS_SEQUENCE | Yaml::DUMP_MULTI_LINE_LITERAL_BLOCK); + return Yaml::dump($content, 513, 2, Yaml::DUMP_OBJECT_AS_MAP | Yaml::DUMP_EMPTY_ARRAY_AS_SEQUENCE | Yaml::DUMP_MULTI_LINE_LITERAL_BLOCK); } private function replaceIrrelevantExceptionMessageParts(EncodingFailure $e) : void {
Test for mutants (ubuntu-latest, 8.1): src/JsonFormatEncoder.php#L51
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ public function decode(string $content) { try { - return json_decode($content, false, 512, JSON_THROW_ON_ERROR | JSON_BIGINT_AS_STRING); + return json_decode($content, false, 511, JSON_THROW_ON_ERROR | JSON_BIGINT_AS_STRING); } catch (JsonException $exception) { throw EncodingFailure::fromPrevious($exception); }
Test for mutants (ubuntu-latest, 8.1): src/JsonFormatEncoder.php#L51
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ public function decode(string $content) { try { - return json_decode($content, false, 512, JSON_THROW_ON_ERROR | JSON_BIGINT_AS_STRING); + return json_decode($content, false, 513, JSON_THROW_ON_ERROR | JSON_BIGINT_AS_STRING); } catch (JsonException $exception) { throw EncodingFailure::fromPrevious($exception); }

Artifacts

Produced during runtime
Name Size
Logs - Mutations Expired
2.34 KB