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

dangernoodle-io / breadboard / 26200738949
100%

Build:
DEFAULT BRANCH: main
Ran 21 May 2026 01:53AM UTC
Jobs 1
Files 17
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 May 2026 01:52AM UTC coverage: 100.0%. Remained the same
26200738949

push

github

web-flow
refactor(bb_led_anim): collapse espidf duplicate via bb_timer abstraction (#288)

- delete platform/espidf/bb_led_anim/bb_led_anim.c (340 lines)
- promote platform/host/bb_led_anim/bb_led_anim.c as the canonical source
  for all platforms; CMakeLists.txt now points at the host path
- route the auto-start periodic timer through bb_timer (create/start/stop/delete)
  instead of esp_timer directly — same behavior, no #ifdef ESP_PLATFORM in hot paths
- add bb_timer_now_us() to bb_timer (espidf: esp_timer_get_time, host: clock_gettime)
  so bb_led_anim's clock can use the same abstraction and drop its direct esp_timer.h
  include
- add bb_timer to bb_led_anim's PRIV_REQUIRES; remove esp_timer (now indirect via
  bb_timer on espidf)
- add bb_timer to bb_led_anim's native_scaffold depends
- add host tests: auto_start_timer_fires (timer drives periodic step) and
  no_auto_start_timer_does_not_fire; add bb_timer_now_us_increases_over_time
- 903 tests pass, 100% branch/line/function coverage maintained

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

1026 of 1026 branches covered (100.0%)

Branch coverage included in aggregate %.

1899 of 1899 relevant lines covered (100.0%)

957.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26200738949.1 21 May 2026 01:53AM UTC 17
100.0
GitHub Action Run
Source Files on build 26200738949
  • Tree
  • List 17
  • 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 #26200738949
  • c5a08669 on github
  • Prev Build on main (#26200033967)
  • Next Build on main (#26201087071)
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