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

dangernoodle-io / TaipanMiner / 25648691477 / 3
90%
main: 90%

Build:
DEFAULT BRANCH: main
Ran 11 May 2026 03:31AM UTC
Files 66
Run time 1s
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: 91.244% (+0.005%) from 91.239%
25648691477.3

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>

1437 of 1724 branches covered (83.35%)

Branch coverage included in aggregate %.

2575 of 2673 relevant lines covered (96.33%)

28.39 hits per line

Source Files on job webui - 25648691477.3
  • Tree
  • List 66
  • Changed 8
  • Source Changed 8
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25648691477
  • 26eb2af4 on github
  • Prev Job for on main (#25647493488.2)
  • Next Job for on main (#25650547391.2)
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