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

Idrinth / habit-evaluator / 22123659132 / 8
40%
the-one: 40%

Build:
DEFAULT BRANCH: the-one
Ran 18 Feb 2026 02:15AM UTC
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

18 Feb 2026 02:08AM UTC coverage: 100.0%. Remained the same
22123659132.8

push

github

web-flow
Fix Gradle build cache skipping JaCoCo offline instrumentation (#471)

The doLast block that instruments bytecode for Maestro coverage was
silently skipped when the Java compile task was restored from Gradle's
build cache (org.gradle.caching=true). A cached output from a build
without -PmaestroCoverage has no JaCoCo probes, so the coverage
broadcast receiver could not find the Offline class at runtime,
producing the NO_CLASS error.

Add inputs.property('jacocoOfflineInstrumentation', true) to the
compile task when -PmaestroCoverage is set. This changes the cache key
so Gradle treats instrumented and non-instrumented builds as distinct,
ensuring the doLast instrumentation block always runs when needed.

Also improve error reporting: the broadcast receiver now distinguishes
between ClassNotFoundException (class not in DEX) and
NoClassDefFoundError (initialization failure) with actionable messages,
and the collection script logs the receiver's detailed diagnostic output
on NO_CLASS.

https://claude.ai/code/session_019CDpRHLozMJushearVsepd

Co-authored-by: Claude <noreply@anthropic.com>

8 of 8 relevant lines covered (100.0%)

6.5 hits per line

Source Files on job homepage - 22123659132.8
  • Tree
  • List 4
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22123659132
  • 03ba04a9 on github
  • Prev Job for on the-one (#22114699058.6)
  • Next Job for on the-one (#22131185456.4)
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