Skip to content

CI

CI #229

Triggered via schedule October 16, 2023 08:09
Status Failure
Total duration 14m 15s
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

13 errors and 2 warnings
Tests (ubuntu-latest, 7.4, --prefer-lowest --prefer-stable, false)
Process completed with exit code 2.
Tests (macos-latest, 8.1, false)
The job was canceled because "ubuntu-latest_7_4_--prefe" failed.
Tests (macos-latest, 8.0, false)
The job was canceled because "ubuntu-latest_7_4_--prefe" failed.
Tests (windows-latest, 8.1, false)
The job was canceled because "ubuntu-latest_7_4_--prefe" failed.
Tests (ubuntu-latest, 8.1, false)
The operation was canceled.
Tests (ubuntu-latest, 8.2, --ignore-platform-req=php+, false)
The operation was canceled.
Tests (ubuntu-latest, 8.0, false)
The operation was canceled.
Tests (windows-latest, 8.0, false)
The job was canceled because "ubuntu-latest_7_4_--prefe" failed.
Tests (windows-latest, 8.0, false)
A task was canceled.
Tests (windows-latest, 7.4, false)
The operation was canceled.
Status check - CI
Process completed with exit code 1.
Test for mutants (ubuntu-latest, 8.1): src/Command/DIParametersCommand.php#L106
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ } } else { $output->writeln(sprintf('%s<fg=cyan>%s</>:', $spaces, $key)); - $this->printSortedParameters($output, $item, $spaces . ' '); + $this->printSortedParameters($output, $item, ' ' . $spaces); } } else { $output->writeln(sprintf('%s<fg=cyan>%s</>: %s', $spaces, $key, $this->valueToString($item)));
Test for mutants (ubuntu-latest, 8.1): src/Command/DIParametersCommand.php#L120
Escaped Mutant for Mutator "FunctionCallRemoval": --- Original +++ New @@ @@ $output->writeln(''); } elseif (is_array(next($parameters))) { $output->writeln(''); - prev($parameters); + } } }

Artifacts

Produced during runtime
Name Size
Logs - Mutations Expired
1.11 KB