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

blemale / scaffeine / 60
94%

Build:
DEFAULT BRANCH: master
Ran 01 Oct 2016 09:15PM UTC
Jobs 1
Files 4
Run time 0s
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

pending completion
60

push

travis-ci

blemale
Fix AsyncLoadinCache.getIfPresent return type

AsyncLoadingCache.getIfPresent was returning a Future[Option[T]]
which is wrong regarding caffeine AsyncLoadingCache.getIfPresent
semantic. Indeed the method return immediately with a Future if
value is present or an absent value otherwise. Thus this commit
fix the AsyncLoadingCache.getIfPresent return type which is now
an Option[Future[T]].

66 of 73 relevant lines covered (90.41%)

0.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 60.1 01 Oct 2016 09:15PM UTC 0
90.41
Travis Job 60.1
Source Files on build 60
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #60
  • 980f3f72 on github
  • Prev Build on master (#58)
  • Next Build on master (#61)
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