Skip to content
Triggered via schedule January 13, 2025 08:20
Status Success
Total duration 5m 37s
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

2 errors and 16 warnings
Tests (windows-latest, 8.4, true)
Container operations are only supported on Linux runners
Tests (macos-latest, 8.4, true)
docker: command not found
Static analysis (ubuntu-latest, 8.4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Coding standard (ubuntu-latest, 8.4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (ubuntu-latest, 7.4, --prefer-lowest --prefer-stable, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (ubuntu-latest, 7.4, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (ubuntu-latest, 8.0, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (ubuntu-latest, 8.4, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (ubuntu-latest, 8.3, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (ubuntu-latest, 8.2, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test for mutants (ubuntu-latest, 8.4): src/Auditor/AutoIncrementNearLimitMysqlAuditor.php#L49
Escaped Mutant for Mutator "PublicVisibility": @@ @@ * AUTO_INCREMENT: int, * }> */ - public function getRecords(): array + protected function getRecords(): array { $threshold = $this->dbal->escapeInt($this->percentileThreshold); return $this->dbal->query(
Test for mutants (ubuntu-latest, 8.4): src/Dbal/DibiAdapter.php#L21
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ public function query(string $sql): array { $result = $this->connection->nativeQuery($sql); - $result->setRowClass(null); + return $result->fetchAll(); } public function exec(string $sql): int
Test for mutants (ubuntu-latest, 8.4): src/Dbal/NextrasAdapter.php#L23
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ public function __construct(Connection $connection) { $this->connection = $connection; - $this->connection->connect(); + if (method_exists($connection->getDriver(), 'convertToSql')) { $this->version = 1; } elseif (method_exists($connection->getDriver(), 'convertBoolToSql')) {
Test for mutants (ubuntu-latest, 8.4): src/Dbal/NextrasAdapter.php#L30
Escaped Mutant for Mutator "IncrementInteger": @@ @@ } elseif (method_exists($connection->getDriver(), 'convertBoolToSql')) { $this->version = 2; } else { - $this->version = 5; + $this->version = 6; } } public function query(string $sql): array
Test for mutants (ubuntu-latest, 8.4): src/Dbal/NextrasAdapter.php#L51
Escaped Mutant for Mutator "GreaterThanOrEqualTo": @@ @@ } public function escapeString(string $value): string { - if ($this->version >= 2) { + if ($this->version > 2) { return $this->connection->getDriver()->convertStringToSql($value); } return $this->connection->getDriver()->convertToSql($value, IDriver::TYPE_STRING);
Tests (ubuntu-latest, 8.1, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Status check - CI
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Code coverage finish (ubuntu-latest, 8.4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
Logs - Mutations
1.3 KB