added overall complexity

This commit is contained in:
irongut
2021-04-13 23:42:17 +01:00
parent 3ede248078
commit 68e9e15aa9
2 changed files with 7 additions and 1 deletions
+2
View File
@@ -27,6 +27,8 @@ namespace CodeCoverageSummary
public int BranchesValid { get; set; }
public int Complexity { get; set; }
public List<CodeCoverage> Packages { get; set; }
public CodeSummary()