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

super3 / water / 26670038952
82%

Build:
DEFAULT BRANCH: main
Ran 30 May 2026 01:03AM UTC
Jobs 2
Files 16
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

30 May 2026 01:01AM UTC coverage: 66.751% (+57.5%) from 9.229%
26670038952

push

github

super3
Fix instrumented tests: best-effort Pebble send + Espresso 3.7.0

Two CI failures in the instrumented job, both surfaced by the watch-sync work:

1. pushStateToPebble() called DefaultPebbleSender.close() in a finally block.
   When no Pebble app is connected (every CI emulator), the service bind never
   happens, so close() throws "Service not registered" and crashes the coroutine
   that the WaterAppTest cases drive via persist(). Make the whole send
   best-effort: swallow send errors and guard close() with runCatching, so a
   missing/disconnected watch never crashes the caller. (On real hardware the
   Core app binds, so this path always worked there.)

2. Bump Espresso 3.6.1 -> 3.7.0 (and ext:junit 1.2.1 -> 1.3.0): 3.6.1's event
   injector reflects on the removed InputManager.getInstance() and crashes on
   API 35/36, so the suite can't run on modern emulators. 3.7.0 fixes it and is
   backward compatible.

Verified: createDebugAndroidTestCoverageReport runs green (7/7) on an API 36
emulator.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

184 of 318 branches covered (57.86%)

Branch coverage included in aggregate %.

1 of 2 new or added lines in 1 file covered. (50.0%)

605 of 864 relevant lines covered (70.02%)

10.16 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
28.26
28.26% android-widget/app/src/main/java/com/watertracker/widget/pebble/PebbleSync.kt
Jobs
ID Job ID Ran Files Coverage
1 unit - 26670038952.1 30 May 2026 01:03AM UTC 16
9.22
GitHub Action Run
2 ui - 26670038952.2 30 May 2026 01:06AM UTC 16
63.11
GitHub Action Run
Source Files on build 26670038952
  • Tree
  • List 16
  • Changed 11
  • Source Changed 1
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26670038952
  • 600d0999 on github
  • Prev Build on main (#26669572555)
  • Next Build on main (#26671241851)
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