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

ben-manes / caffeine / #2888
100%

Build:
DEFAULT BRANCH: master
Ran 16 Apr 2022 09:25PM UTC
Jobs 1
Files 75
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

pending completion
#2888

push

github-actions

web-flow
Fix a thread-safe issue of schedule. (#697)

The variable "schedule" is accessed by multiple threads. The usage of
schedule in synchronized block has memory visibility to other threads,
but the usage out of synchronized does not. Therefore, the variable
"schedule" should be decorated with volatile or AtomicReference.

6796 of 7115 relevant lines covered (95.52%)

0.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #2888.1 16 Apr 2022 09:25PM UTC 0
95.52
Source Files on build #2888
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #2888
  • e34797d1 on github
  • Prev Build on master
  • Next Build on master
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