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

dangernoodle-io / breadboard / 25346527234
100%

Build:
DEFAULT BRANCH: main
Ran 04 May 2026 10:18PM UTC
Jobs 1
Files 10
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

04 May 2026 10:16PM UTC coverage: 100.0%. Remained the same
25346527234

push

github

web-flow
feat(bb_led): parent + bb_led_gpio driver (Phase A) (#198)

* feat(bb_led): parent component with capability-aware dispatch (B1-169)

* feat(bb_led_gpio): single-GPIO digital LED driver (B1-170)

Add bb_led_gpio backend driver for controlling a digital output pin as an LED.
Supports active-high (normal) and active-low (inverted) logic.

Implementations:
- esp-idf: configures GPIO via gpio_config_t and gpio_set_level
- arduino: uses pinMode and digitalWrite
- host: mock with bb_led_gpio_host_get_level() test helper

Component includes header, CMakeLists.txt, and test suite (7 tests).
Wired into platformio.ini and native_scaffold.py for test builds.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* feat(smoke): exercise bb_led + bb_led_gpio across smoke envs

Wire bb_led and bb_led_gpio into the smoke environment for compile-only coverage. ESP-IDF smoke app calls bb_led_gpio_open with GPIO 2 (safe on all targets) and confirms the dispatch path. Arduino smoke path includes header and source via platformio.ini build filters.

- CMakeLists.txt: add bb_led + bb_led_gpio to SMOKE_REQUIRES
- smoke_app.c: add bb_led_gpio_open/set_on/close test call post-boot
- platformio.ini: add include paths and platform/arduino build filters for both components

Tested ESP32 WROOM-32 (esp32 env) and Arduino UNO CC3000 (uno_cc3000 env); both pass.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

---------

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

366 of 366 branches covered (100.0%)

Branch coverage included in aggregate %.

579 of 579 relevant lines covered (100.0%)

542.37 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25346527234.1 04 May 2026 10:18PM UTC 10
100.0
GitHub Action Run
Source Files on build 25346527234
  • Tree
  • List 10
  • 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 #25346527234
  • 607b0a8d on github
  • Prev Build on main (#25299482514)
  • Next Build on main (#25347287685)
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