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

dangernoodle-io / breadboard / 24739927105
100%

Build:
DEFAULT BRANCH: main
Ran 21 Apr 2026 06:39PM UTC
Jobs 1
Files 4
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

21 Apr 2026 06:38PM UTC coverage: 100.0%. Remained the same
24739927105

push

github

web-flow
feat: add bb_json portable JSON builder and minimal parser (#47)

- public header components/bb_json/include/bb_json.h — opaque bb_json_t, no
  cJSON/ArduinoJson leak; builders, obj/arr setters, arr append, serialize,
  free, parse, and named getters for string/number/bool
- cJSON backend platform/espidf/bb_json/bb_json_cjson.c shared by ESP-IDF and
  host via symlink at platform/host/bb_json/bb_json_cjson.c
- ArduinoJson backend platform/arduino/bb_json/bb_json_arduinojson.cpp; default
  document size 512 bytes, overridable via -DBB_JSON_ARDUINO_DOC_BYTES=N;
  cross-document child adoption via serialize-then-deserialize merge
- 22 host round-trip tests in test/test_host/test_bb_json.c covering all value
  types, nested obj-in-obj, arr-in-obj, array of strings/numbers/objects,
  numeric edge cases (zero, negative, large, decimal), missing-key false
  returns, invalid parse, length-bounded parse, and type mismatch
- wire tests into native pio env (platformio.ini) and test_main.c
- add ArduinoJson@^6.21.5 to arduino-uno-cc3000 example; both smoke targets
  (elecrow-p4-hmi7, arduino-uno-cc3000) build clean
- update README component table and test count

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

18 of 18 branches covered (100.0%)

Branch coverage included in aggregate %.

34 of 34 relevant lines covered (100.0%)

16.09 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24739927105.1 21 Apr 2026 06:39PM UTC 4
100.0
GitHub Action Run
Source Files on build 24739927105
  • Tree
  • List 4
  • 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 #24739927105
  • e7c7437b on github
  • Prev Build on main (#24738313941)
  • Next Build on main (#24740479226)
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