1App::Yath::Plugin::Git(U3s)er Contributed Perl DocumentatAipopn::Yath::Plugin::Git(3)
2
3
4
6 App::Yath::Plugin::Git - Plugin to attach git data to a test run.
7
9 This plugin will attach git data to your test logs if any is available.
10
12 $ yath test -pGit ...
13
15 The data is attached to the 'run' entry in the log file. This can be
16 seen directly in the json data. The data is also easily accessible with
17 Test2::Harness::UI.
18
19 The data will include the long sha, short sha, branch name, and a brief
20 status.
21
23 The source code repository for Test2-Harness can be found at
24 http://github.com/Test-More/Test2-Harness/.
25
27 Chad Granum <exodist@cpan.org>
28
30 Chad Granum <exodist@cpan.org>
31
33 Copyright 2020 Chad Granum <exodist7@gmail.com>.
34
35 This program is free software; you can redistribute it and/or modify it
36 under the same terms as Perl itself.
37
38 See http://dev.perl.org/licenses/
39
40
41
42perl v5.32.0 2020-07-28 App::Yath::Plugin::Git(3)