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

ben-manes / caffeine / #3510
100%

Build:
DEFAULT BRANCH: master
Ran 06 Feb 2023 07:10AM UTC
Jobs 1
Files 77
Run time 2s
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
#3510

push

github-actions

ben-manes
Add @CheckReturnValue at the package level (fixes #863)

This annotation is used by ErrorProne and Spotbugs to warn users when
they ignore the results of a method call. This is now the default
behavior rather than a few opt in cases. In rare cases the result is
an ignorable signal, like List's add(e) or our LoadingCache.refresh(k),
so @CanIgnoreReturnValue is used to disable the check for those methods.
For all other methods then users can suppress the warning when desired.

7477 of 7565 relevant lines covered (98.84%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #3510.1 06 Feb 2023 07:10AM UTC 0
98.84
Source Files on build #3510
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #3510
  • ff123856 on github
  • Prev Build on master
  • 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