Commit c4b093f
committed
Set per-engine dogfood thresholds
CRuby is the primary target and stays at 100% on line, branch, and
method. JRuby and TruffleRuby `skip` specs that exercise
branch/method coverage paths their Coverage module doesn't support,
so the lib/ lines those specs would have hit stay uncovered there
(~97.8% line on JRuby, 97.91% on TruffleRuby). Set their line
thresholds at 97.5% — small buffer below today's actual, still
catches meaningful regressions. Engines absent from
DOGFOOD_THRESHOLDS get an informational HTML report only.
Surfaced by https://github.com/simplecov-ruby/simplecov/actions/runs/254724110321 parent 20fac63 commit c4b093f
1 file changed
Lines changed: 20 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
46 | 59 | | |
47 | 60 | | |
48 | 61 | | |
| |||
61 | 74 | | |
62 | 75 | | |
63 | 76 | | |
64 | | - | |
| 77 | + | |
65 | 78 | | |
66 | | - | |
| 79 | + | |
67 | 80 | | |
68 | | - | |
| 81 | + | |
69 | 82 | | |
70 | | - | |
| 83 | + | |
| 84 | + | |
71 | 85 | | |
72 | 86 | | |
73 | 87 | | |
74 | 88 | | |
75 | | - | |
| 89 | + | |
76 | 90 | | |
77 | | - | |
78 | 91 | | |
79 | 92 | | |
80 | 93 | | |
| |||
0 commit comments