mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-05-16 06:50:14 +02:00
added option to include shields.io badge
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user