Skip to content
Triggered via pull request June 25, 2024 23:41
@timacdonaldtimacdonald
synchronize #16
ci
Status Failure
Total duration 1m 33s
Artifacts

main.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Check
Process completed with exit code 1.
Check: src/Recorders/ValidationErrors.php#L101
Escaped Mutant for Mutator "TrueValue": @@ @@ if ($this->shouldIgnore($path)) { return; } - $event->request->attributes->set('pulse_validation_messages_recorded', true); + $event->request->attributes->set('pulse_validation_messages_recorded', false); $path = $this->group($path); $this->parseValidationErrors($event)->each(fn(array $values) => $this->pulse->record('validation_error', json_encode([$event->request->method(), $path, $via, ...$values], flags: JSON_THROW_ON_ERROR))->count()); });