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

dangernoodle-io / breadboard / 25612431825
100%

Build:
DEFAULT BRANCH: main
Ran 09 May 2026 09:38PM UTC
Jobs 1
Files 11
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

09 May 2026 09:37PM UTC coverage: 100.0%. Remained the same
25612431825

push

github

web-flow
feat(bb_openapi): public bb_openapi_validate JSON Schema validator (#211)

* feat(bb_openapi): public bb_openapi_validate JSON Schema validator

- add BB_ERR_VALIDATION (value 7) to bb_err_t in bb_core.h
- expose bb_openapi_validate_err_t and bb_openapi_validate() in bb_openapi.h
- implement structural validator in bb_openapi_validate.c (~200 LOC):
  supported keywords: type, properties, required, items, enum,
  additionalProperties=false; unknown keywords logged and ignored
- validator parses schema_json internally via cJSON_Parse; frees before return
  on every path; caller retains ownership of value
- path tracking: dotted JSON-pointer-ish strings ("", "foo.bar", "arr[3].key")
- update CMakeLists.txt to include bb_openapi_validate.c
- update native_scaffold.py COMPONENT_MAP bb_openapi sources entry
- add 32 unit tests covering all keywords + 4 production schema smoke tests:
  reboot, ota-check, log-level, diag/panic (495 → 527 tests total)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: include per-file branch coverage in CI report

Helps diagnose which file/line dropped when Coveralls flags a coverage
regression. One gcovr invocation produces both the Coveralls JSON and
the per-file branch detail.

---------

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

490 of 490 branches covered (100.0%)

Branch coverage included in aggregate %.

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

726 of 726 relevant lines covered (100.0%)

551.48 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25612431825.1 09 May 2026 09:38PM UTC 11
100.0
GitHub Action Run
Source Files on build 25612431825
  • Tree
  • List 11
  • 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 #25612431825
  • 35cbd999 on github
  • Prev Build on main (#25387442634)
  • Next Build on main (#25612767806)
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