gojunitreport

package
v2.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Parser              string
	Hostname            string
	PackageName         string
	SkipXMLHeader       bool
	SubtestMode         gotest.SubtestMode
	Properties          map[string]string
	TimestampFunc       func() time.Time
	AssumeNoBuildOutput bool

	Owners *codeowners.Ruleset

	// For debugging
	PrintEvents bool
}

Config contains the go-junit-report command configuration.

func (Config) Run

func (c Config) Run(input io.Reader, output io.Writer) (*gtr.Report, error)

Run runs the go-junit-report command and returns the generated report.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL