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

Idrinth / habit-evaluator / 22075923050
40%

Build:
DEFAULT BRANCH: the-one
Ran 16 Feb 2026 07:59PM UTC
Jobs 8
Files 303
Run time 1min
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

16 Feb 2026 07:58PM UTC coverage: 44.604%. Remained the same
22075923050

push

github

web-flow
Fix Maestro coverage collection: bundle JaCoCo agent and use internal storage (#437)

The download-artifact step found 0 artifacts matching maestro-coverage-*
because the .ec files were never produced. Two root causes:

1. The JaCoCo agent runtime (org.jacoco.agent.rt.RT) was only bundled in
   the androidTest APK, not the main debug APK. The broadcast receiver's
   Class.forName() call threw ClassNotFoundException silently, producing
   no coverage file. Fixed by adding debugImplementation dependency on
   org.jacoco:org.jacoco.agent:0.8.11:runtime.

2. On API 30+ (Android 11), scoped storage restricts adb pull from
   /sdcard/Android/data/<package>/files/. Switched to writing coverage
   data to internal storage (getFilesDir()) and retrieving it via
   adb exec-out run-as, which works reliably on debuggable builds.

https://claude.ai/code/session_014CRE6kvZVyFDazdxLfrU4d

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

2782 of 7082 branches covered (39.28%)

Branch coverage included in aggregate %.

9426 of 20288 relevant lines covered (46.46%)

2.24 hits per line

Coverage Regressions

Lines Coverage ∆ File
8
0.0
0.0% de/idrinth/habitevaluator/android/coverage/CoverageBroadcastReceiver.java
Jobs
ID Job ID Ran Files Coverage
1 desktop - 22075923050.1 16 Feb 2026 08:00PM UTC 25
43.41
GitHub Action Run
2 website - 22075923050.2 16 Feb 2026 07:59PM UTC 3
95.26
GitHub Action Run
3 webserver - 22075923050.3 16 Feb 2026 08:00PM UTC 64
65.64
GitHub Action Run
4 homepage - 22075923050.4 16 Feb 2026 07:59PM UTC 4
100.0
GitHub Action Run
5 shared - 22075923050.5 16 Feb 2026 08:00PM UTC 91
81.67
GitHub Action Run
6 homepage-e2e - 22075923050.6 16 Feb 2026 07:59PM UTC 10
74.07
GitHub Action Run
7 android - 22075923050.7 16 Feb 2026 08:00PM UTC 104
18.49
GitHub Action Run
8 website-e2e - 22075923050.8 16 Feb 2026 07:59PM UTC 9
39.18
GitHub Action Run
Source Files on build 22075923050
  • Tree
  • List 303
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #22075923050
  • bb5cb816 on github
  • Prev Build on the-one (#22075212553)
  • Next Build on the-one (#22076269707)
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