Skip to content
This repository was archived by the owner on Aug 21, 2026. It is now read-only.

fix issue

fix issue #1033

Triggered via push February 9, 2026 05:50
Status Success
Total duration 3m 14s
Artifacts
Matrix: Validate Project / Check composer dependencies with composer-dependency-analyser
Matrix: Validate Project / Check composer with composer-normalize
Matrix: Validate Project / Check with editorconfig-checker
Matrix: Validate Project / Lint PHP
Matrix: Validate Project / Validate markdown files
Matrix: Validate Project / Linting with overtrue/phplint
Matrix: Validate Project / Validate composer
Matrix: Validate Project / Validate yaml
Validate Project  /  Lint & Validate Status
2s
Validate Project / Lint & Validate Status
Matrix: Install Project / Install Node dependencies
Matrix: Install Project / Install PHP dependencies
Install Project  /  Install Status
2s
Install Project / Install Status
Matrix: Project Analysis / Run eslint
Matrix: Project Analysis / Run oxlint
Matrix: Project Analysis / Check Coding Standards with PHP-CS-Fixer
Matrix: Project Analysis / Check Coding Standards with PHPCS
Matrix: Project Analysis / Run prettier
Matrix: Project Analysis / Checks with Rector
Matrix: Project Analysis / Static Code Analysis with PHPStan
Matrix: Project Analysis / Run stylelint
Project Analysis  /  Status Analytics
3s
Project Analysis / Status Analytics
Matrix: UnitTests / Code Coverage with PHPUnit
Matrix: UnitTests / UnitTests with PHPUnit
Matrix: UnitTests / UnitTests with stryker
Matrix: UnitTests / UnitTests with vitest
UnitTests  /  finish-code-coverage
5s
UnitTests / finish-code-coverage
UnitTests  /  Unit & Integration Tests Status
4s
UnitTests / Unit & Integration Tests Status
Unit & Integration Tests Status
2s
Unit & Integration Tests Status
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 5 warnings
UnitTests / Code Coverage with PHPUnit (ubuntu-latest, 8.3, lowest)
🚨 CC Reporter download failed!
UnitTests / Code Coverage with PHPUnit (ubuntu-latest, 8.3, lowest)
Download of 'https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64' failed with response status code 404
UnitTests / Code Coverage with PHPUnit (ubuntu-latest, 8.3, lowest): src/View/Helper/ViteUrlFactory.php#L64
Escaped Mutant for Mutator "LogicalNot": @@ @@ $buildDir = null; } $viteHost = $config['vite-host'] ?? null; - if (!is_string($viteHost)) { + if (is_string($viteHost)) { $viteHost = null; } return new ViteUrl($publicDir, $buildDir, $viteHost); } }
UnitTests / Code Coverage with PHPUnit (ubuntu-latest, 8.3, lowest): src/View/Helper/ViteUrl.php#L78
Escaped Mutant for Mutator "UnwrapLtrim": @@ @@ throw new RuntimeException('A Public Dir is required'); } if ($this->viteHost) { - return $this->viteHost . '/' . ltrim($name, '/'); + return $this->viteHost . '/' . $name; } $view = $this->getView(); if (!$view instanceof PhpRenderer) {
UnitTests / Code Coverage with PHPUnit (ubuntu-latest, 8.3, lowest)
Please check if your platform is supported — see https://docs.codeclimate.com/docs/configuring-test-coverage#section-locations-of-pre-built-binaries
UnitTests / Code Coverage with PHPUnit (ubuntu-latest, 8.3, lowest)
Could not download https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
UnitTests / Code Coverage with PHPUnit (ubuntu-latest, 8.3, lowest)
This action is being deprecated in favor of 'codecov-action'. Please update CI accordingly to use 'codecov-action@v5' with 'report_type: test_results'. The 'codecov-action' should and can be run at least once for coverage and once for test results