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

dangernoodle-io / TaipanMiner / 26291713193
90%

Build:
DEFAULT BRANCH: main
Ran 22 May 2026 01:51PM UTC
Jobs 3
Files 102
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

22 May 2026 01:50PM UTC coverage: 89.962%. Remained the same
26291713193

push

github

web-flow
refactor(webui): convert /api routes to streaming bb_http_resp_json_obj_* (B1-234) (#425)

* refactor(webui): convert /api routes to streaming bb_http_resp_json_obj_* (B1-234)

- replace bb_json_obj_new() + build_*_json() + bb_http_resp_send_json() with
  bb_http_resp_json_obj_begin/set_*/end in all GET handlers: stats, pool,
  power, fan, diag/asic, settings
- convert emit_pool_stats_json call to inline streaming stats array in pool_handler
- convert all bb_http_resp_send_err() to bb_http_resp_set_status + streamed
  {"error":"..."} objects across: prov save cb, pool PUT/switch/DELETE,
  fan POST, settings GET/POST/PATCH
- convert 204 no-content bb_http_resp_send(req,"",0) paths to bb_http_resp_send_chunk(req,NULL,0)
- routes_json.c helpers (build_stats_json, build_pool_json, etc.) preserved for host test coverage

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix(webui): heap-alloc pool_snapshot to avoid httpd stack overflow

pool_handler had pool_snapshot_t (~1991 B) + stats_arr[8] (~912 B) on
stack. The new bb_http_json_obj_stream_t (~1040 B) pushed the frame past
the 4 KiB httpd worker stack, corrupting the next frame under any /api/pool
poll. Move both snapshots to heap and free before return.

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

* chore(deps): bump breadboard to v0.39.0

Streaming-only response API pivot (B1-234). Includes deletion of
bb_ota_pull_set_firmware_board; bb_update_check_set_firmware_board
already sets the board name and bb_ota_pull reads from update_check's
status snapshot.

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

* fix(sdkconfig): restore BB defaults for LWIP_RESERVE + EVENT_ROUTES_MAX_CLIENTS

Bitaxe-650 dashboard crash under load (TA-385): lowering BB_HTTP_LWIP_RESERVE
to 1 starved stratum + transient outbound under concurrent /api/* fan-out;
raising BB_EVENT_ROUTES_MAX_CLIENTS to 4 reserved ~27 KB heap on ~100 KB-free
hardware. Restore BB defaults (3 / 2) so httpd has headroom... (continued)

2511 of 3185 branches covered (78.84%)

Branch coverage included in aggregate %.

5098 of 5273 relevant lines covered (96.68%)

156607.07 hits per line

Jobs
ID Job ID Ran Files Coverage
1 webui - 26291713193.1 22 May 2026 01:51PM UTC 73
91.24
GitHub Action Run
2 native - 26291713193.2 22 May 2026 01:51PM UTC 29
89.83
GitHub Action Run
3 e2e - 26291713193.3 22 May 2026 01:52PM UTC 55
56.52
GitHub Action Run
Source Files on build 26291713193
  • Tree
  • List 102
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26291713193
  • edcf6c28 on github
  • Prev Build on main (#26204791209)
  • Next Build on main (#26429259293)
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