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

ben-manes / caffeine / #5703 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 31 Jul 2026 03:08AM UTC
Files 78
Run time 3s
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

31 Jul 2026 02:18AM UTC coverage: 99.988% (+0.07%) from 99.918%
#5703.1

push

github

ben-manes
Cover the synchronous listener failure paths

Preferring an operation's own failure over a throwing synchronous
listener's added branches that no test reached, so exercise each: an
entry processor that succeeds and one that throws over a lazily expired
prior, a putAll whose copier aborts the loop midway, a read-through get
and getAll, and a dispatch that completes exceptionally rather than
returning its failure.

Fold awaitAndSuppressFailure into suppress(), which already guards
against self-suppression and whose guard is exercised. Duplicating it
there left a branch that the operation paths cannot reach, as a
listener's exception is captured as the dispatch future's value and
never becomes the operation's own error.

4225 of 4235 branches covered (99.76%)

8527 of 8528 relevant lines covered (99.99%)

1.0 hits per line

Source Files on job #5703.1
  • Tree
  • List 78
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 5703
  • 8047b244 on github
  • Prev Job for on master (##5698.1)
  • Next Job for on master (##5704.1)
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