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

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

Build:
DEFAULT BRANCH: the-one
Ran 18 Feb 2026 02:15AM UTC
Files 25
Run time 1s
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: 43.358% (-0.05%) from 43.408%
22123659132.6

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>

389 of 977 branches covered (39.82%)

Branch coverage included in aggregate %.

1331 of 2990 relevant lines covered (44.52%)

2.1 hits per line

Source Files on job desktop - 22123659132.6
  • Tree
  • List 25
  • 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.2)
  • 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