Skip to content

BRAIN-39 - Replaced webpack with vite #106

BRAIN-39 - Replaced webpack with vite

BRAIN-39 - Replaced webpack with vite #106

Triggered via pull request September 23, 2024 06:18
Status Success
Total duration 1m 2s
Artifacts

php.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
infection: src/Controller/AdminController.php#L41
Escaped Mutant for Mutator "ArrayItem": @@ @@ { $session->set(ShopResolver::SHOP_ID, $shop->getShopId()); $cookie = Cookie::create(\session_name())->withValue(\session_id())->withSameSite(Cookie::SAMESITE_NONE)->withSecure()->withPartitioned(); - $response = $this->render('admin-sdk.html.twig', ['hmr' => $this->hmrService->isHmr()]); + $response = $this->render('admin-sdk.html.twig', ['hmr' > $this->hmrService->isHmr()]); $response->headers->setCookie($cookie); return $response; } }
phpunit
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1