• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ben-manes / caffeine / #5625
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 13 Jul 2026 08:58PM UTC
Jobs 1
Files 78
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

13 Jul 2026 08:35PM UTC coverage: 99.988%. Remained the same
#5625

push

github

ben-manes
Baseline swept climbers from their own percent-main

IndicatorClimber and MiniSimClimber set their starting window from
settings.percentMain().getFirst(), but HillClimberWindowTinyLfuPolicy
builds one policy per percent-main element and hands each its own
value. A climber for any element after the first therefore dead-
reckoned its window adaptations from the first element's baseline and
never corrected, so a percent-main sweep produced wrong curves for
every point but the first (the default single-element [0.99] masked
it).

Thread the per-instance percentMain through HillClimberType.create so
each climber baselines from its own element. The eight dead-reckoning
climbers ignore it; only the two absolute-target climbers use it. The
default is byte-identical (create(0.99, ...) still yields 1 - 0.99);
only multi-element sweeps change. Ad hoc loop/corda checks: swept
starts now converge to the climber's intended window (loop minisim at
an 80%-window start 9.9% -> 45.9%) instead of stranding at the wrong
baseline.

4139 of 4150 branches covered (99.73%)

2 of 2 new or added lines in 1 file covered. (100.0%)

8411 of 8412 relevant lines covered (99.99%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #5625.1 13 Jul 2026 08:58PM UTC 78
99.99
Source Files on build #5625
  • Tree
  • List 78
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 91ba06c5 on github
  • Prev Build on v3.dev
  • Next Build on v3.dev
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc