coverage totals were increased to actual values

This commit is contained in:
Roman Ivanov 2015-06-07 08:29:56 -07:00
parent 00ac4dfc36
commit de7ba5593d
1 changed files with 2 additions and 2 deletions

View File

@ -634,8 +634,8 @@
<haltOnFailure>true</haltOnFailure>
<branchRate>100</branchRate>
<lineRate>100</lineRate>
<totalBranchRate>82</totalBranchRate>
<totalLineRate>90</totalLineRate>
<totalBranchRate>85</totalBranchRate>
<totalLineRate>93</totalLineRate>
<regexes>
<regex><pattern>.*.checkstyle.AnnotationUtility</pattern><branchRate>60</branchRate><lineRate>60</lineRate></regex>
<regex><pattern>.*.Checker</pattern><branchRate>79</branchRate><lineRate>84</lineRate></regex>