Skip to content

CI: Refresh

CI: Refresh #61

Triggered via push August 27, 2024 07:15
Status Failure
Total duration 2m 40s
Artifacts

ci.yml

on: push
Determine Supported PHP Versions
6s
Determine Supported PHP Versions
Lint and code standards
23s
Lint and code standards
Matrix: Unit and Integration tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 9 warnings
Unit and Integration tests (8.3, latest)
Process completed with exit code 1.
Unit and Integration tests (8.3, trunk, true)
Process completed with exit code 1.
Unit and Integration tests (8.2, latest)
Process completed with exit code 1.
Unit and Integration tests (8.3, latest): src/Foo.php#L22
Escaped Mutant for Mutator "PublicVisibility": @@ @@ /** * Bar. */ - public function bar(): string + protected function bar(): string { return 'Foo::bar()'; }
Unit and Integration tests (8.3, latest): src/Foo.php#L31
Escaped Mutant for Mutator "PublicVisibility": @@ @@ * * @return true */ - public function is_true(): bool + protected function is_true(): bool { return true; } }
Unit and Integration tests (8.3, latest): src/Foo.php#L32
Escaped Mutant for Mutator "TrueValue": @@ @@ */ public function is_true(): bool { - return true; + return false; } }
Unit and Integration tests (8.3, trunk, true): src/Foo.php#L22
Escaped Mutant for Mutator "PublicVisibility": @@ @@ /** * Bar. */ - public function bar(): string + protected function bar(): string { return 'Foo::bar()'; }
Unit and Integration tests (8.3, trunk, true): src/Foo.php#L31
Escaped Mutant for Mutator "PublicVisibility": @@ @@ * * @return true */ - public function is_true(): bool + protected function is_true(): bool { return true; } }
Unit and Integration tests (8.3, trunk, true): src/Foo.php#L32
Escaped Mutant for Mutator "TrueValue": @@ @@ */ public function is_true(): bool { - return true; + return false; } }
Unit and Integration tests (8.2, latest): src/Foo.php#L22
Escaped Mutant for Mutator "PublicVisibility": @@ @@ /** * Bar. */ - public function bar(): string + protected function bar(): string { return 'Foo::bar()'; }
Unit and Integration tests (8.2, latest): src/Foo.php#L31
Escaped Mutant for Mutator "PublicVisibility": @@ @@ * * @return true */ - public function is_true(): bool + protected function is_true(): bool { return true; } }
Unit and Integration tests (8.2, latest): src/Foo.php#L32
Escaped Mutant for Mutator "TrueValue": @@ @@ */ public function is_true(): bool { - return true; + return false; } }