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

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

Build:
DEFAULT BRANCH: master
Ran 15 Feb 2021 09:37AM UTC
Files 77
Run time 4s
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

15 Feb 2021 08:52AM UTC coverage: 88.039% (-4.5%) from 92.525%
#2559.1

push

other

ben-manes
Add restrictions for when eviction listener can be used

An eviction listener cannot be combined with weak keys and an async
cache. This is because the entry can be evicted when the key is
collected, but the future is still in-flight. As the listener is
atomic with the map operation to remove the entry, this would
require blocking and is therefore not allowed.

5962 of 6772 relevant lines covered (88.04%)

0.88 hits per line

Source Files on job #2559.1
  • Tree
  • List 0
  • Changed 9
  • Source Changed 1
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2559
  • 2f7f70da on github
  • Prev Job for on master (##2558.1)
  • Next Job for on master (##2560.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