NAME
TAP::Formatter::GitHubActions - TAP Formatter for GitHub Actions
SYNOPSIS
On the command line, with prove:
$ prove --merge --formatter TAP::Formatter::GitHubActions ...
You can also use a .proverc
file with
# .proverc contents
--lib
--merge
--formatter TAP::Formatter::GitHubActions
And then invoke prove without flags:
$ prove
IMPORTANT NOTE
This formatter needs the --merge
flag, else it won't be able to process the comments to produce GitHub-Actions-compatible output.
DESCRIPTION
TAP::Formatter::GitHubActions
provides GitHub-Actions-compatible output for prove.
SEE ALSO
- JUnit Formatter: TAP::Formatter::JUnit
- GitHub Workflow Commands Documentation
AUTHOR
Jose, D. Gomez R. <1josegomezr [AT] gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2023 by Jose D. Gomez R.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.38.0 or, at your option, any later version of Perl 5 you may have available.