Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CoverageCmd = cli.Command{ Name: "coverage-badge", Aliases: []string{"cb"}, Usage: "generates link to coverage badge from Golang test coverage report and updates README.md file", Action: generateCoverageBadge, Flags: []cli.Flag{ &cli.StringFlag{ Name: "coverage-file", Usage: "path to file with coverage test report", Required: true, Aliases: []string{"cf"}, }, &cli.StringFlag{ Name: "readme-file", Usage: "path to README.md", Value: "README.md", Aliases: []string{"rf"}, }, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.