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

Idrinth / habit-evaluator / 22123659132
40%

Build:
DEFAULT BRANCH: the-one
Ran 18 Feb 2026 02:08AM UTC
Jobs 9
Files 266
Run time 6min
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

pending completion
22123659132

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>

2780 of 6342 branches covered (43.83%)

Branch coverage included in aggregate %.

9424 of 18199 relevant lines covered (51.78%)

2.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 homepage-e2e - 22123659132.1 18 Feb 2026 02:09AM UTC 10
75.47
GitHub Action Run
2 website - 22123659132.2 18 Feb 2026 02:09AM UTC 3
95.26
GitHub Action Run
3 shared - 22123659132.3 18 Feb 2026 02:10AM UTC 91
81.67
GitHub Action Run
4 website-e2e - 22123659132.4 18 Feb 2026 02:09AM UTC 9
39.18
GitHub Action Run
5 webserver - 22123659132.5 18 Feb 2026 02:10AM UTC 0
GitHub Action Run
6 desktop - 22123659132.6 18 Feb 2026 02:10AM UTC 25
43.36
GitHub Action Run
7 android - 22123659132.7 18 Feb 2026 02:09AM UTC 67
23.85
GitHub Action Run
8 homepage - 22123659132.8 18 Feb 2026 02:08AM UTC 4
100.0
GitHub Action Run
9 webserver - 22123659132.9 18 Feb 2026 02:10AM UTC 64
65.64
GitHub Action Run
Source Files on build 22123659132
  • Tree
  • List 266
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #22123659132
  • 03ba04a9 on github
  • Prev Build on the-one (#22114699058)
  • Next Build on the-one (#22131185456)
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