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
@@ -6,3 +6,4 @@
using System.Diagnostics.CodeAnalysis;
[assembly: SuppressMessage("Performance", "RCS1197:Optimize StringBuilder.Append/AppendLine call.", Scope = "type", Target = "~T:CodeCoverageSummary.Program")]
[assembly: SuppressMessage("Style", "IDE0057:Use range operator", Scope = "member", Target = "~M:CodeCoverageSummary.Program.SetThresholds(System.String)")]