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

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

Build:
DEFAULT BRANCH: the-one
Ran 18 Feb 2026 02:15AM UTC
Files 10
Run time 19s
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: 75.472% (+1.4%) from 74.074%
22123659132.1

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>

3 of 7 branches covered (42.86%)

Branch coverage included in aggregate %.

37 of 46 relevant lines covered (80.43%)

4.8 hits per line

Source Files on job homepage-e2e - 22123659132.1
  • Tree
  • List 10
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 22123659132
  • 03ba04a9 on github
  • Prev Job for on the-one (#22114699058.7)
  • 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