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

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

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 22 Jul 2026 09:14AM 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

22 Jul 2026 08:34AM UTC coverage: 99.953% (-0.01%) from 99.965%
#5674

push

github

ben-manes
Split ErrorProne off the compile critical path

ErrorProne and NullAway are compiler plugins fused into every
JavaCompile, so build.yml's `assemble` ran them across the whole tree
before any test could start (~7-10 min on the critical path). The test
shards reuse those compiled classes from the remote cache, so the
analysis gated the entire pipeline.

Add a `-Plint` toggle (default on; gates ErrorProne, NullAway, and
-Werror) and default it off in the run-gradle action, so the CI compile
and shards run a bare javac and share one cache entry. ErrorProne now
runs in a dedicated parallel `errorprone` job in analysis.yml on JDK 11
and 26, alongside PMD/SpotBugs/ECJ. Local builds are unchanged (lint
defaults on).

4192 of 4203 branches covered (99.74%)

8471 of 8475 relevant lines covered (99.95%)

1.0 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
98.78
-1.22% caffeine/src/main/java/com/github/benmanes/caffeine/cache/StripedBuffer.java
Jobs
ID Job ID Ran Files Coverage
1 #5674.1 22 Jul 2026 09:15AM UTC 78
99.95
Source Files on build #5674
  • Tree
  • List 78
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 2b4a3e50 on github
  • Prev Build on v3.dev
  • Next Build on v3.dev
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