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

KarpelesLab / libwallet / 24847199643
25%

Build:
DEFAULT BRANCH: master
Ran 23 Apr 2026 04:50PM UTC
Jobs 1
Files 108
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

23 Apr 2026 04:41PM UTC coverage: 19.52%. Remained the same
24847199643

push

github

MagicalTux
Info.plist: NSBonjourServices + NSLocalNetworkUsageDescription

Root cause of the iOS-sim "Waiting for VM Service port to be
available" hang that became 100% on macos-latest (macos-15 / Xcode
16.4 / iOS 18.5 sim): missing NSBonjourServices and
NSLocalNetworkUsageDescription entries in the test app's
Info.plist.

How the attach works:
  1. Debug iOS app spins up a Dart VM Service on a random port.
  2. The app advertises that port over Bonjour / mDNS so host-side
     tooling can find it.
  3. `flutter test` subscribes to Bonjour and attaches to the
     advertised port.

iOS 14+ required both plist keys to do (2). iOS 17 simulators
enforced this loosely — absent keys still allowed the advertisement
to go out, so the attach worked anyway. iOS 18.5 sim enforces
strictly — no keys = no advertisement = flutter test waits
indefinitely for a port it can never discover.

Adding both keys with the Flutter-recommended description and the
two Bonjour service types (_dartVmService._tcp is the current
name; _dartobservatory._tcp is the legacy name for older Dart
SDKs that Flutter still falls back to).

Reverts the macos-14 pin — now unnecessary, macos-latest is fine
once the app advertises correctly. Keeps the ci surface on the
current GHA image.

Only affects debug / profile builds; release builds don't ship a
VM Service and the keys are ignored.

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

2741 of 14042 relevant lines covered (19.52%)

54.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24847199643.1 23 Apr 2026 04:50PM UTC 108
19.52
GitHub Action Run
Source Files on build 24847199643
  • Tree
  • List 108
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24847199643
  • 638be1ca on github
  • Prev Build on master (#24844137684)
  • Next Build on master (#24848854539)
  • Delete
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