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

Idrinth / habit-evaluator / 22103946402
40%

Build:
DEFAULT BRANCH: the-one
Ran 17 Feb 2026 03:13PM UTC
Jobs 8
Files 265
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

17 Feb 2026 03:12PM UTC coverage: 49.898% (-0.04%) from 49.935%
22103946402

push

github

web-flow
Fix coverage broadcast delivery on slow emulators (#458)

The CoverageBroadcastReceiver's onReceive was never dispatched on the
API 30 CI emulator with swiftshader_indirect software rendering. The
broadcast completed from the system's perspective but the receiver
produced no logcat output, indicating the background broadcast queue
deferred delivery indefinitely under load.

Changes:
- Add FLAG_RECEIVER_FOREGROUND (0x10000000) to broadcast flags so the
  intent is dispatched via the foreground queue instead of being deferred
- Bring the app to the foreground before each broadcast attempt to
  ensure the main-thread Looper is actively processing messages
- Clear logcat per-attempt instead of once before the retry loop for
  cleaner status detection
- Write a "STARTED" heartbeat status file immediately in onReceive so
  the script can distinguish "receiver ran but dump in progress" from
  "receiver never dispatched"
- Set result code/data on PendingResult for broadcast result feedback
- Dump ActivityManager/BroadcastQueue/AndroidRuntime system logs when
  the receiver never responds, for better failure diagnostics

https://claude.ai/code/session_014zEYStHfXuWxXNx2gTRNRx

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

2782 of 6324 branches covered (43.99%)

Branch coverage included in aggregate %.

9427 of 18144 relevant lines covered (51.96%)

2.5 hits per line

Coverage Regressions

Lines Coverage ∆ File
48
0.0
0.0% de/idrinth/habitevaluator/android/coverage/CoverageBroadcastReceiver.java
Jobs
ID Job ID Ran Files Coverage
1 desktop - 22103946402.1 17 Feb 2026 03:14PM UTC 25
43.41
GitHub Action Run
2 website-e2e - 22103946402.2 17 Feb 2026 03:14PM UTC 9
39.18
GitHub Action Run
3 website - 22103946402.3 17 Feb 2026 03:13PM UTC 3
95.26
GitHub Action Run
4 android - 22103946402.4 17 Feb 2026 03:14PM UTC 66
24.05
GitHub Action Run
5 homepage - 22103946402.5 17 Feb 2026 03:13PM UTC 4
100.0
GitHub Action Run
6 shared - 22103946402.6 17 Feb 2026 03:14PM UTC 91
81.67
GitHub Action Run
7 webserver - 22103946402.7 17 Feb 2026 03:14PM UTC 64
65.64
GitHub Action Run
8 homepage-e2e - 22103946402.8 17 Feb 2026 03:13PM UTC 10
75.93
GitHub Action Run
Source Files on build 22103946402
  • Tree
  • List 265
  • 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 #22103946402
  • 6b4cdda6 on github
  • Prev Build on the-one (#22103195071)
  • Next Build on the-one (#22104437587)
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