The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

TAP::Formatter::GitHubActions::ErrorAggregate - An aggregate of errrors.

It groups TAP::Formatter::GitHubActions::ErrorGroup and makes it easier to access groups and loop all of them in oder.

METHODS

add(@errors)

Saves @errors into a respective TAP::Formatter::GitHubActions::ErrorGroup.

group($line)

Get's TAP::Formatter::GitHubActions::ErrorGroup for a given $line.

as_sorted_array()

Returns an array of TAP::Formatter::GitHubActions::ErrorGroup sorted by line.