Skip to content

Commit 3205e2d

Browse files
committed
Update for improved coverage from #169
1 parent 68407a3 commit 3205e2d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/hpc-ratchet

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ In a just world, this would be a separate config file, or command-line arguments
3535
Each item represents the number of "things" we are OK with not being covered.
3636
"""
3737
COVERAGE_TOLERANCE = {
38-
ALTERNATIVES: 183,
39-
BOOLEANS: 10,
40-
EXPRESSIONS: 1619,
41-
LOCAL_DECLS: 16,
42-
TOP_LEVEL_DECLS: 725,
38+
ALTERNATIVES: 175,
39+
BOOLEANS: 8,
40+
EXPRESSIONS: 1494,
41+
LOCAL_DECLS: 15,
42+
TOP_LEVEL_DECLS: 685,
4343
}
4444

4545

0 commit comments

Comments
 (0)