Skip to content

BRAIN-39 - Replaced webpack with vite #112

BRAIN-39 - Replaced webpack with vite

BRAIN-39 - Replaced webpack with vite #112

Triggered via pull request September 25, 2024 14:03
Status Success
Total duration 1m 1s
Artifacts

php.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
phpunit
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
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; } }