handle Complexity as an int or percentage #9

This commit is contained in:
irongut
2021-09-26 00:58:44 +01:00
parent 6db46e287e
commit 9b11daeca8
4 changed files with 1095 additions and 9 deletions
+2 -2
View File
@@ -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; }