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

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

Build:
DEFAULT BRANCH: the-one
Ran 18 Feb 2026 11:55AM UTC
Files 67
Run time 24s
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 11:46AM UTC coverage: 23.868%. Remained the same
22138426323.6

push

github

web-flow
Fix JaCoCo offline instrumentation skipped on build cache hits (#474)

Move offline instrumentation from a doLast action on the compile task
into a standalone registered task. Gradle's build cache restores task
outputs without executing any task actions (including doLast), so the
previous approach silently produced uninstrumented APKs when the
compile task had a cache hit — causing NO_CLASS errors during Maestro
coverage collection.

The new jacocoOfflineInstrument* task explicitly depends on the compile
task, declares proper inputs/outputs, disables caching (since it
modifies compile output in-place), and is wired into AGP's pipeline so
all downstream tasks (dex, merge, package) wait for instrumentation.

https://claude.ai/code/session_01SboP4YzjuZtk7dH6ASu63A

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

571 of 2538 branches covered (22.5%)

Branch coverage included in aggregate %.

1749 of 7182 relevant lines covered (24.35%)

1.15 hits per line

Source Files on job android - 22138426323.6
  • Tree
  • List 67
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 22138426323
  • 9cdd7686 on github
  • Prev Job for on the-one (#22138334398.1)
  • Next Job for on the-one (#22142427279.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