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

dangernoodle-io / breadboard / 30729871719
97%

Build:
DEFAULT BRANCH: main
Ran 02 Aug 2026 03:02AM UTC
Jobs 1
Files 214
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

02 Aug 2026 03:00AM UTC coverage: 96.803% (+0.008%) from 96.795%
30729871719

push

github

web-flow
feat: add bb_tcp_client_get_host_port accessor (#1193)

Adds a public getter returning the configured endpoint (host and/or
port) of a bb_tcp_client instance, implemented in all three backends
(host, ESP-IDF, Arduino stub). cfg.host/cfg.port are set once at
bb_tcp_client_init() and never mutated afterward; this getter rests
on the component's single-writer-per-instance invariant (same basis
as bb_tcp_client_get_state()'s no-lock read), with the additional,
stronger guarantee that cfg is write-once-at-init.

Truncation decision: out_host is always NUL-terminated when requested
(via the canonical bb_strlcpy helper); if the configured host doesn't
fit in out_host_cap - 1 bytes, the copy is truncated-and-terminated
AND BB_ERR_NO_SPACE is returned -- truncation is a reported error,
never silent. Either output (host/port) may be omitted independently;
omitting both is a caller error. Covers the cap==1 (room only for the
NUL) edge and confirms a truncated host still leaves out_port
correctly populated.

B1-1366

8166 of 8738 branches covered (93.45%)

Branch coverage included in aggregate %.

12 of 12 new or added lines in 1 file covered. (100.0%)

13848 of 14003 relevant lines covered (98.89%)

2615.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30729871719.1 02 Aug 2026 03:02AM UTC 214
96.8
GitHub Action Run
Source Files on build 30729871719
  • Tree
  • List 214
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30729871719
  • 502bf3f6 on github
  • Prev Build on main (#30729600680)
  • Next Build on main (#30730040748)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc