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

dangernoodle-io / TaipanMiner / 25648691477
90%

Build:
DEFAULT BRANCH: main
Ran 11 May 2026 03:27AM UTC
Jobs 3
Files 94
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

11 May 2026 03:26AM UTC coverage: 89.752% (+0.02%) from 89.732%
25648691477

push

github

web-flow
refactor(webui): eliminate Svelte 5 binding_property_non_reactive warnings (#388)

* refactor(webui): split PoolEditForm form into per-field bindables

Eliminates Svelte 5 binding_property_non_reactive warnings caused by
bind:value={form.host} dotted access. Each field is now its own
$bindable prop end-to-end (poolState → PoolEditDialog → PoolEditForm).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* refactor(webui): use value/onchange instead of bind: against state-machine accessors

Svelte 5 emits binding_property_non_reactive when bind:value is used against
a getter/setter accessor on a plain object (state machines like ws/state
returned by createWifiSetupState/createFlashState). Setters do thread to the
underlying $state cell at runtime, but Svelte's static check can't verify
reactivity, so it warns on every mount.

- WifiSetup: 6 input bindings + WifiSelect prop converted to value/oninput
  and selected/onselect (matches the existing hostname/worker pattern in the
  same file)
- WifiSelect: drop selected $bindable; expose onselect callback
- flasher App: convert Select binding to value/onchange routed through
  state.selectBoard
- Select: drop value $bindable; expose onchange callback

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

---------

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

2381 of 3015 branches covered (78.97%)

Branch coverage included in aggregate %.

82 of 82 new or added lines in 8 files covered. (100.0%)

4643 of 4811 relevant lines covered (96.51%)

171637.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 e2e - 25648691477.1 11 May 2026 03:29AM UTC 48
57.26
GitHub Action Run
2 native - 25648691477.2 11 May 2026 03:27AM UTC 28
89.19
GitHub Action Run
3 webui - 25648691477.3 11 May 2026 03:28AM UTC 66
91.24
GitHub Action Run
Source Files on build 25648691477
  • Tree
  • List 94
  • Changed 8
  • Source Changed 8
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25648691477
  • 26eb2af4 on github
  • Prev Build on main (#25647493488)
  • Next Build on main (#25650547391)
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