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

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

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 29 Mar 2026 07:42PM 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

29 Mar 2026 06:54PM UTC coverage: 99.823%. Remained the same
#5357

push

github

ben-manes
Fix SerializationProxy dropping zero-duration expiration on round-trip

The expiration nanos fields defaulted to 0 and used > 0 checks, making
"not configured" (default 0) indistinguishable from "configured as 0"
(valid evict-immediately semantics). After serialization round-trip, a
cache with zero-duration expiration silently became a cache with no
expiration.

Changed to use UNSET_INT (-1) sentinel, consistent with how maximumSize
and maximumWeight are already handled in the same class.

3864 of 3878 branches covered (99.64%)

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

7898 of 7912 relevant lines covered (99.82%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #5357.1 29 Mar 2026 07:42PM UTC 78
99.82
Source Files on build #5357
  • Tree
  • List 78
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 07156f73 on github
  • Prev Build on v3.dev
  • Next Build on v3.dev
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc