added Thresholds parameter to CLI #15

This commit is contained in:
irongut
2021-10-18 01:24:48 +01:00
parent 711b5c996a
commit 4a0dc323d3
4 changed files with 49 additions and 3 deletions
@@ -15,5 +15,8 @@ namespace CodeCoverageSummary
[Option(longName: "output", Required = false, HelpText = "Output Type - console, file or both.", Default = "console")]
public string Output { get; set; }
[Option(longName: "thresholds", Required = false, HelpText = "Badge colour thresholds.", Default = "50 75")]
public string Thresholds { get; set; }
}
}