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

ben-manes / caffeine / #4650
100%

Build:
DEFAULT BRANCH: master
Ran 10 Dec 2024 06:43PM 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

10 Dec 2024 05:59PM UTC coverage: 99.041% (+0.03%) from 99.015%
#4650

push

github

web-flow
Allow caches to have nullable type arguments for their value types. (#1806)

This does not mean that the cache will "contain" `null`, since `null` is
never cached. However, it does allow users to declare whether they want
"a cache whose loads might return `null`" (which thus can return `null`
from cache operations) or "a cache whose loads will never return `null`"
(which thus doesn't require users to handle `null` when they request
that the cache return or load a value).

This PR follows up on https://github.com/ben-manes/caffeine/pull/1805.

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

7639 of 7713 relevant lines covered (99.04%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #4650.1 10 Dec 2024 06:43PM UTC 0
99.04
Source Files on build #4650
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #4650
  • e512b501 on github
  • Prev Build on v3.dev
  • Next Build on master
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