mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-06-12 23:50:45 +00:00
handle Complexity as an int or percentage #9
This commit is contained in:
@@ -10,7 +10,7 @@ namespace CodeCoverageSummary
|
||||
|
||||
public double BranchRate { get; set; }
|
||||
|
||||
public int Complexity { get; set; }
|
||||
public double Complexity { get; set; }
|
||||
}
|
||||
|
||||
public class CodeSummary
|
||||
@@ -27,7 +27,7 @@ namespace CodeCoverageSummary
|
||||
|
||||
public int BranchesValid { get; set; }
|
||||
|
||||
public int Complexity { get; set; }
|
||||
public double Complexity { get; set; }
|
||||
|
||||
public List<CodeCoverage> Packages { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user