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

dangernoodle-io / breadboard / 27322454374
100%

Build:
DEFAULT BRANCH: main
Ran 11 Jun 2026 03:48AM UTC
Jobs 1
Files 31
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

11 Jun 2026 03:48AM UTC coverage: 100.0%. Remained the same
27322454374

push

github

web-flow
refactor(bb_openapi): take bb_json_t in validate; keep cJSON private (#382)

bb_openapi.h exposed cJSON in its public API (`const cJSON *value` +
`#include <cJSON.h>`), leaking the json component's surface and only
building because consumers transitively pulled json through bb_json's
public REQUIRES — a latent breakage.

- bb_openapi_validate now takes `bb_json_t value`; drop <cJSON.h> from
  the public header. the impl casts bb_json_t (void* over cJSON*) back
  to const cJSON* internally.
- bb_openapi: declare json in PRIV_REQUIRES (impl uses cJSON directly).
- bb_json: move json from REQUIRES to PRIV_REQUIRES now that no public
  consumer relies on its transitive cJSON propagation.

verified: 1626 host tests pass; smoke green on esp32, esp32c3,
esp32-p4, tdongle-s3.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

1637 of 1637 branches covered (100.0%)

Branch coverage included in aggregate %.

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

2755 of 2755 relevant lines covered (100.0%)

977.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27322454374.1 11 Jun 2026 03:48AM UTC 31
100.0
GitHub Action Run
Source Files on build 27322454374
  • Tree
  • List 31
  • 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 #27322454374
  • 55907663 on github
  • Prev Build on main (#27321912092)
  • Next Build on main (#27323149317)
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