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

dangernoodle-io / breadboard / 28842836488
100%

Build:
DEFAULT BRANCH: main
Ran 07 Jul 2026 05:04AM UTC
Jobs 1
Files 77
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

07 Jul 2026 05:02AM UTC coverage: 100.0%. Remained the same
28842836488

push

github

web-flow
refactor: rename bb_mqtt, bb_websocket, bb_udp_client, and bb_http components (#759)

* refactor: rename bb_mqtt component to bb_mqtt_client

Aligns with the bb_<proto>_client naming convention for dialing/connecting
transport clients (KB #702/#710).

- rename components/bb_mqtt -> components/bb_mqtt_client (header, private
  reassemble src, CMakeLists, Kconfig)
- rename platform/host/bb_mqtt and platform/espidf/bb_mqtt overlays and
  their source files accordingly
- rename all public/private symbols and macros with the bb_mqtt_ /
  BB_MQTT_ prefix to bb_mqtt_client_ / BB_MQTT_CLIENT_ (types, API,
  test hooks, Kconfig keys, reassembly internals)
- update sibling components (bb_mqtt_info, bb_mqtt_telemetry,
  bb_sink_mqtt, bb_sub_mqtt, bb_pub_health, bb_net_health) to depend on
  and call the renamed component/API; their own component names and
  Kconfig keys are unchanged
- rename host test files test_bb_mqtt(.c|_on_message.c|_reassemble.c)
  to test_bb_mqtt_client* and update all symbol/include references
- leave the persisted NVS namespace literal "bb_mqtt" (BB_MQTT_NVS_NS)
  and the shared CONFIG_BB_MQTT_TLS_ENABLE gate (owned by bb_tls_creds)
  untouched per policy #710

* refactor: rename bb_websocket -> bb_ws_server

- transport named for protocol+direction (bb_<proto>_server for the
  accepting/listening side), matching bb_mqtt_client's rename precedent
- renames component, platform overlays (host/espidf), headers, symbols
  (bb_websocket_* -> bb_ws_server_*), Kconfig keys (CONFIG_BB_WEBSOCKET_*
  -> CONFIG_BB_WS_SERVER_*), macro BB_WEBSOCKET_MAX_FD -> BB_WS_SERVER_MAX_FD
- updates consumers (bb_sink_ws, bb_http route_registry comments),
  examples/smoke, bbtool.toml, top-level docs
- bb_sink_ws itself keeps its name; no NVS namespace existed to preserve
- refs KB #702/#710

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Pbn8okpr8F9FEMLEaY9gWn

* refactor: extract bb_udp_client transpor... (continued)

3311 of 3311 branches covered (100.0%)

Branch coverage included in aggregate %.

21 of 21 new or added lines in 3 files covered. (100.0%)

5179 of 5179 relevant lines covered (100.0%)

10203.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28842836488.1 07 Jul 2026 05:04AM UTC 77
100.0
GitHub Action Run
Source Files on build 28842836488
  • Tree
  • List 77
  • Changed 5
  • Source Changed 5
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28842836488
  • a0bb5c51 on github
  • Prev Build on main (#28838274583)
  • Next Build on main (#28871952266)
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