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

dangernoodle-io / TaipanMiner / 25124031962
90%

Build:
DEFAULT BRANCH: main
Ran 29 Apr 2026 05:33PM UTC
Jobs 1
Files 28
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

29 Apr 2026 05:32PM UTC coverage: 92.932%. Remained the same
25124031962

push

github

web-flow
chore: sync breadboard pin v0.16.5 → v0.17.0 (#261)

Adopts the post-v0.16.5 BB API surface that internalized HTTP route
registration via the registry pattern (Phase 2.5–2.8) and added
the streaming JSON, /api/health, RTC panic capture, route-table
helper, and bb_http auto-sized handler cap.

TM-side changes:

main.c
  - replaces manual init flow (bb_log_stream_init, bb_nv_flash_init,
    bb_nv_config_init) with bb_registry_init_early() before HTTP
    server start
  - replaces manual route-registration block (bb_log_register_routes,
    bb_log_stream_register_routes, bb_info_register_routes,
    bb_board_register_routes, bb_wifi_register_routes,
    bb_ota_pull_register_handler, bb_ota_push_register_handler,
    bb_ota_validator_init, bb_manifest_register_route,
    bb_http_register_common_routes) with bb_registry_init()
  - openapi metadata moves from bb_openapi_register(server, meta)
    to bb_openapi_set_meta(meta) called pre-server-start
  - calls webui_reserve_mining_routes() before
    bb_http_server_ensure_started so the auto-sized handler cap
    accounts for TM's imperatively-registered routes

webui
  - adds webui_reserve_mining_routes() that owns the route count;
    derived from sizeof(s_mining_assets) + sizeof(s_mining_routes)
    so it never drifts
  - refactors imperative described-route registrations into a
    static s_mining_routes[] table + single
    bb_http_register_route_table call
  - migrates 7 JSON serialize → bb_http_resp_send chains in
    routes.c to bb_http_resp_send_json (chunked, fragmentation-
    immune; required because openapi.json + manifest now stream
    too on the BB side)

CMake REQUIRES
  - explicit bb_system / bb_log in asic, display, mining, webui
    components — formerly transitively pulled in via BB's
    public REQUIRES, made private during the BB REQUIRES sweep
    (PR #138)

VERSION pin v0.16.5 → v0.17.0 in scripts/fetch_breadboard.py.

Hardware-validated end-to-end on bitaxe-403 (172.16.1.99) and
tdon... (continued)

586 of 698 branches covered (83.95%)

Branch coverage included in aggregate %.

1360 of 1396 relevant lines covered (97.42%)

298004.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25124031962.1 29 Apr 2026 05:33PM UTC 28
92.93
GitHub Action Run
Source Files on build 25124031962
  • Tree
  • List 28
  • 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 #25124031962
  • 5e61e17a on github
  • Prev Build on main (#25091616557)
  • Next Build on main (#25124582304)
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