added option to include shields.io badge

This commit is contained in:
irongut
2021-04-14 00:21:24 +01:00
parent 0babdc159b
commit 18bc5b5fd6
2 changed files with 36 additions and 0 deletions
@@ -9,5 +9,8 @@ namespace CodeCoverageSummary
[Option(shortName: 'f', longName: "format", Required = false, HelpText = "Output Format.", Default = "text")]
public string Format { get; set; }
[Option(shortName: 'b', longName: "badge", Required = false, HelpText = "Include a badge in the output.", Default = false)]
public bool Badge { get; set; }
}
}