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

dangernoodle-io / breadboard / 27106995033
100%

Build:
DEFAULT BRANCH: main
Ran 07 Jun 2026 10:41PM 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

07 Jun 2026 10:40PM UTC coverage: 100.0%. Remained the same
27106995033

push

github

web-flow
fix(bb_http): detect duplicate (method,path) routes — warn+drop, BB_HTTP_ROUTE_DUP_STRICT to hard-fail (#362)

- scan existing dispatch entries on each bb_api_dispatch_add call;
  duplicate (method, path) is warned via bb_log_w and dropped
  (first registration wins); returns BB_ERR_INVALID_STATE
- callers (espidf + host bb_http_register_route) already ignore non-BB_OK
  from dispatch add and return BB_OK — existing call-sites unaffected
- new Kconfig BB_HTTP_ROUTE_DUP_STRICT (default n): escalates duplicate
  to assert, matching BB_HTTP_ROUTE_REGISTRY_STRICT pattern, for ci/smoke
- dup scan uses same case-sensitive exact-match semantics as bb_api_dispatch_lookup
- null path entries skipped in scan (mirrors lookup null guard)
- fix overflow + watermark tests to use distinct paths per entry so dup
  detection does not falsely drop fill entries
- add three new tests: dup dropped + first handler wins, different method
  same path not a dup, null-path entries not false-positive

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

1532 of 1532 branches covered (100.0%)

Branch coverage included in aggregate %.

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

2575 of 2575 relevant lines covered (100.0%)

969.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27106995033.1 07 Jun 2026 10:41PM UTC 28
100.0
GitHub Action Run
Source Files on build 27106995033
  • Tree
  • List 28
  • 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 #27106995033
  • 25e067ed on github
  • Prev Build on main (#27105944470)
  • Next Build on main (#27107322210)
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