Skip to content
Triggered via schedule November 6, 2023 08:19
Status Success
Total duration 12m 14s
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
1s
Status check - CI
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Test for mutants (ubuntu-latest, 8.1): src/Http/SessionLoginStorage.php#L65
Escaped Mutant for Mutator "InstanceOf_": --- Original +++ New @@ @@ return $this->logins[$namespace]; } $logins = $this->getSessionSection($namespace)->get('logins'); - assert($logins instanceof Logins); + assert(true); return $this->logins[$namespace] = $logins; } private function setDefaults(SessionSection $section) : void

Artifacts

Produced during runtime
Name Size
Logs - Mutations Expired
602 Bytes