Skip to content

Update codecov/codecov-action action to v5 #214

Update codecov/codecov-action action to v5

Update codecov/codecov-action action to v5 #214

Triggered via pull request November 14, 2024 19:55
Status Success
Total duration 1m 30s
Artifacts

ci.yaml

on: pull_request_target
Matrix: run
Fit to window
Zoom out
Zoom in

Annotations

1 warning
PHP 8.1 stable dependencies: src/EventSubscriber/FormProfileSubscriber.php#L129
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ $form = $event->getForm(); $request = $this->requestStack->getMainRequest(); $result = new AntiSpamFormResult($form, $request, $this->profile); - $this->eventDispatcher->dispatch(new FormProcessedEvent($result), AntiSpamEvents::FORM_PROCESSED); + AntiSpam::setLastResult($result); if ($result->hasAntiSpamErrors()) { $this->logger?->info(sprintf('Form submission from IP %s at %s violated anti-spam rules', $request?->getClientIp() ?? 'unknown', $request?->getRequestUri() ?? 'unknown'));