Synopsis
use Test2::Plugin::GitHub::Actions::AnnotateFailedTest;
use Test::More;
# ...
ok 0; # annotation comes to this line
Description
This is a Test2 plugin that provides annotations for failed tests running in GitHub Actions workflow, using a workflow command.
You can use it with use Test2::Plugin::GitHub::Actions::AnnotateFailedTest
regardless of running in GitHub Actions workflow or not.
Questions
- Is the name appropriate?
- Can I publish it to CPAN from current master branch and install successfully? (Are the dependencies enough?)
Comments
https://metacpan.org/pod/Test2::Plugin::GitHub::Actions::AnnotateFailedTest
And then check the CPAN tester results afterwards.
Please sign up to post a review.