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

dangernoodle-io / breadboard / 30769117688
97%

Build:
DEFAULT BRANCH: main
Ran 02 Aug 2026 10:02PM UTC
Jobs 1
Files 215
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 10:00PM UTC coverage: 96.854%. Remained the same
30769117688

push

github

web-flow
feat: steer httpd worker off a claimed core (#1204)

Sets httpd_config_t.core_id from a new pure helper,
bb_http_core_steer_resolve() (wrapping bb_wdt_steer_core()), before
httpd_start(), so the httpd worker task never lands on a core another
component has exclusively claimed via bb_wdt_claim_core_exclusive().
This is the second failure mode in KB 350 (httpd worker starvation);
the first (idle-check polarity) was handled by the core-claim/
reconfigure work in #1192/#1197.

With nothing claimed and no explicit CONFIG_BB_HTTP_TASK_CORE_ID pin
(the default), this resolves to tskNO_AFFINITY unchanged, matching
the pre-existing HTTPD_DEFAULT_CONFIG() behavior exactly. An explicit
pin still always wins over steering, and a unicore target (esp32c3/
esp32s2) never steers, since bb_wdt_steer_core() short-circuits when
num_cores < 2.

bb_http_server PRIV_REQUIRES bb_wdt directly now; this was already a
transitive dependency via bb_log -> bb_task -> bb_wdt, so no new
component cycle.

B1-1364

8222 of 8786 branches covered (93.58%)

Branch coverage included in aggregate %.

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

13917 of 14072 relevant lines covered (98.9%)

2613.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30769117688.1 02 Aug 2026 10:02PM UTC 215
96.85
GitHub Action Run
Source Files on build 30769117688
  • Tree
  • List 215
  • 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 #30769117688
  • ba4d19cb on github
  • Prev Build on main (#30764553383)
  • Next Build on main (#30771128505)
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