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

dangernoodle-io / breadboard / 27456836199
100%

Build:
DEFAULT BRANCH: main
Ran 13 Jun 2026 04:42AM UTC
Jobs 1
Files 35
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

13 Jun 2026 04:41AM UTC coverage: 100.0%. Remained the same
27456836199

push

github

web-flow
feat(bb_sink_http): structured per-header config w/ delimited NVS storage + per-header secret masking + generic bb_http_client_session_set_header (#412)

- add bb_http_client_session_set_header(session, name, value) to bb_http_client API; host mock records all applied headers (name→value) per session for test assertion via bb_http_client_session_find_header
- add BB_SINK_HTTP_HEADERS_MAX (8), BB_SINK_HTTP_HEADER_NAME_MAX (64), BB_SINK_HTTP_HEADER_VALUE_MAX (256), BB_SINK_HTTP_CLIENT_ID_MAX (64) to bb_sink_http.h
- add bb_sink_http_header_t { name, value, secret } and client_id + headers/num_headers fields to bb_sink_http_cfg_t
- persist headers as one delimited string in NVS key "headers" (format: [*]name: value per \n-separated line; '*' prefix marks secret)
- pure host-testable fns: bb_sink_http_parse_headers, bb_sink_http_serialize_headers, bb_sink_http_merge_headers, bb_sink_http_header_name_valid, bb_sink_http_header_value_valid
- injection guard: names reject ':', whitespace, control chars; values reject '\r'/'\n'
- apply X-Client-Id (client_id or bb_nv_config_hostname fallback) + all headers via session_set_header at session open; re-apply after set_cfg
- GET "http" telemetry section emits client_id (clear) + headers array: secret rows omit value, include set:true; non-secret rows include value
- PATCH "http" section: client_id persisted; headers array merged (secret+blank → preserve existing value by name; omitted names removed)
- 39 new tests across test_bb_sink_http.c and test_bb_sink_http_telemetry.c; 1977 total tests pass clean build

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

1665 of 1665 branches covered (100.0%)

Branch coverage included in aggregate %.

2775 of 2775 relevant lines covered (100.0%)

1075.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27456836199.1 13 Jun 2026 04:42AM UTC 35
100.0
GitHub Action Run
Source Files on build 27456836199
  • Tree
  • List 35
  • 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 #27456836199
  • e4811b0b on github
  • Prev Build on main (#27456126649)
  • Next Build on main (#27457524813)
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