Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utgwkk/test2-plugin-github-actions-annotatefailedtest
https://github.com/utgwkk/test2-plugin-github-actions-annotatefailedtest
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/utgwkk/test2-plugin-github-actions-annotatefailedtest
- Owner: utgwkk
- License: other
- Created: 2020-05-25T06:49:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-21T11:19:33.000Z (over 3 years ago)
- Last Synced: 2024-06-19T09:31:22.182Z (5 months ago)
- Language: Perl
- Size: 40 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
Test2::Plugin::GitHub::Actions::AnnotateFailedTest - Annotate failed tests with GitHub Actions workflow command
# DESCRIPTION
This plugin provides annotations to the line of falied tests for GitHub Actions workflow.
# SYNOPSIS
Just use this module and run tests. Note that this plugin is enabled only in a GitHub Actions workflow.
use Test2::Plugin::GitHub::Actions::AnnotateFailedTest;
# LICENSE
Copyright (C) utgwkk.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.# AUTHOR
utgwkk