Skip to content

Commit ea6127a

Browse files
committed
Fix levels based on stale coverage data
1 parent 6bb588e commit ea6127a

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
@@ -38,9 +38,9 @@ so there's no need to go more than that.
3838
DESIRED_COVERAGE = {
3939
EXPRESSIONS: 0.571,
4040
BOOLEANS: 0.474,
41-
ALTERNATIVES: 0.453,
41+
ALTERNATIVES: 0.454,
4242
LOCAL_DECLS: 0.814,
43-
TOP_LEVEL_DECLS: 0.331,
43+
TOP_LEVEL_DECLS: 0.325,
4444
}
4545

4646
DEFAULT_PRECISION = 3

0 commit comments

Comments
 (0)