Skip to content

Commit 610f303

Browse files
committed
Fix tolerance
1 parent 7e11677 commit 610f303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/hpc-ratchet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Each item represents the number of "things" we are OK with not being covered.
3737
COVERAGE_TOLERANCE = {
3838
ALTERNATIVES: 161,
3939
BOOLEANS: 8,
40-
EXPRESSIONS: 1412,
40+
EXPRESSIONS: 1411,
4141
LOCAL_DECLS: 13,
42-
TOP_LEVEL_DECLS: 669,
42+
TOP_LEVEL_DECLS: 668,
4343
}
4444

4545

0 commit comments

Comments
 (0)