Versions in this module Expand all Collapse all v0 v0.2.0 Nov 1, 2020 Changes in this version + var JunitFieldFormatValues = "full, relative, short" + type JunitFieldFormatValue struct + func (f *JunitFieldFormatValue) Set(val string) error + func (f *JunitFieldFormatValue) String() string + func (f *JunitFieldFormatValue) Type() string + func (f *JunitFieldFormatValue) Value() junitxml.FormatFunc + type NoSummaryValue struct + Value testjson.Summary + func NewNoSummaryValue() *NoSummaryValue + func (s *NoSummaryValue) Set(val string) error + func (s *NoSummaryValue) String() string + func (s *NoSummaryValue) Type() string + type Options struct + Args []string + Debug bool + Format string + GitUnAuth bool + JUnitTestSuite junitxml.JUnitTestSuites + JsonFile string + JunitFile string + JunitTestCaseClassnameFormat *JunitFieldFormatValue + JunitTestSuiteNameFormat *JunitFieldFormatValue + NoColor bool + NoSummary *NoSummaryValue + Owner string + Post bool + RawCommand bool + Repo string + Token string + Version bool