Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CodeQualityCmd = &cobra.Command{
Use: "codequality",
Short: "Code quality report",
RunE: codeQualityCmdF,
}
CodeQualityCmd ...
View Source
var CoverageCmd = &cobra.Command{
Use: "coverage",
Short: "Coverage report",
RunE: coverageCmdF,
}
CoverageCmd ...
View Source
var RootCmd = &cobra.Command{
Use: "gitlab-reporter",
Short: "Gitlab Reporter",
Long: `Swiss army knife reporter tool for Gitlab`,
}
RootCmd ..
Functions ¶
Types ¶
type CodeQualityCommand ¶
type CodeQualityCommand struct {
// contains filtered or unexported fields
}
func NewCodeQualityCommand ¶
func NewCodeQualityCommand(flags *pflag.FlagSet) *CodeQualityCommand
func (*CodeQualityCommand) AddReport ¶
func (t *CodeQualityCommand) AddReport(reportFile string, reportType string, reportEngine string) *CodeQualityCommand
func (*CodeQualityCommand) CreateFile ¶
func (t *CodeQualityCommand) CreateFile(fileData []byte) error
func (*CodeQualityCommand) FindReport ¶
func (t *CodeQualityCommand) FindReport(reportLocation string) []string
type CoverageCommand ¶
type CoverageCommand struct {
// contains filtered or unexported fields
}
func NewCoverageCommand ¶
func NewCoverageCommand(flags *pflag.FlagSet) *CoverageCommand
Click to show internal directories.
Click to hide internal directories.