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

nebkat / flutter-bluebird / 29532210252
88%

Build:
DEFAULT BRANCH: main
Ran 16 Jul 2026 08:30PM UTC
Jobs 1
Files 14
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 Jul 2026 08:27PM UTC coverage: 85.984% (+0.3%) from 85.681%
29532210252

push

github

nebkat
Keep dart:io out of the web build so the package is Web/WASM-compatible

utils.dart imported dart:io unconditionally (for platform detection),
which pana flags as making the whole package Web- and WASM-incompatible.
Move platform detection behind a conditional import — platform_io.dart
(dart:io, using the stable Platform.isX booleans) and platform_web.dart
(returns System.web) — each returning the System enum, selected on
`dart.library.io` (false on both JS and WASM web). Also trim System to
the platforms actually branched on (isAndroid/isDarwin); the enum values
stay so `current` resolves on any host it is evaluated on.

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

7 of 9 new or added lines in 2 files covered. (77.78%)

80 existing lines in 5 files now uncovered.

773 of 899 relevant lines covered (85.98%)

4.09 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
71.43
packages/bluebird/lib/src/platform_io.dart

Coverage Regressions

Lines Coverage ∆ File
28
77.71
0.7% packages/bluebird/lib/src/bluetooth_device.dart
26
0.0
0.0% packages/bluebird_platform_interface/lib/bluebird_platform_interface.dart
17
92.83
-2.06% packages/bluebird/lib/src/bluebird.dart
7
81.08
-18.92% packages/bluebird/lib/src/bluetooth_attribute.dart
2
88.89
-11.11% packages/bluebird/lib/src/bluetooth_descriptor.dart
Jobs
ID Job ID Ran Files Coverage
1 29532210252.1 16 Jul 2026 08:30PM UTC 14
85.98
GitHub Action Run
Source Files on build 29532210252
  • Tree
  • List 14
  • Changed 9
  • Source Changed 9
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29532210252
  • 339d242a on github
  • Prev Build on main (#29465287374)
  • Next Build on main (#29543340937)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc