File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
# DON'T RAISE THIS THRESHOLD!!!
38
38
# (changes which lower this threshold are welcomed though!)
39
39
40
- ACCEPTABLE_MISSING_CLASSES = 198
40
+ ACCEPTABLE_MISSING_CLASSES = 196
41
41
ACCEPTABLE_MISSING_MEMBERS = 530
42
42
43
43
@@ -109,9 +109,9 @@ def testCoverage(self):
109
109
110
110
if __name__ == '__main__' :
111
111
if "MISSING_SIP_CLASSES" in os .environ :
112
- ACCEPTABLE_MISSING_CLASSES - = int (os .environ ['MISSING_SIP_CLASSES' ])
112
+ ACCEPTABLE_MISSING_CLASSES + = int (os .environ ['MISSING_SIP_CLASSES' ])
113
113
114
114
if "MISSING_SIP_MEMBERS" in os .environ :
115
- ACCEPTABLE_MISSING_MEMBERS - = int (os .environ ['MISSING_SIP_MEMBERS' ])
115
+ ACCEPTABLE_MISSING_MEMBERS + = int (os .environ ['MISSING_SIP_MEMBERS' ])
116
116
117
117
unittest .main ()
You can’t perform that action at this time.
0 commit comments