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

dangernoodle-io / breadboard / 24753903523
100%

Build:
DEFAULT BRANCH: main
Ran 22 Apr 2026 12:38AM UTC
Jobs 1
Files 3
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

22 Apr 2026 12:37AM UTC coverage: 100.0%. Remained the same
24753903523

push

github

web-flow
refactor!: normalize public API return types to bb_err_t (#57)

BREAKING CHANGES:
- bb_prov_start_ap returns bb_err_t
- bb_prov_start returns bb_err_t
- bb_info_register_routes returns bb_err_t
- bb_board_register_routes returns bb_err_t
- bb_ota_validator_init returns bb_err_t
- bb_log_stream_register_routes returns bb_err_t
- bb_log_stream_init returns bb_err_t
- bb_ota_pull_register_handler returns bb_err_t
- bb_ota_pull_check_now returns bb_err_t
- bb_ota_push_register_handler returns bb_err_t
- bb_wifi_ensure_netif returns bb_err_t
- bb_wifi_init returns bb_err_t
- bb_wifi_init_sta returns bb_err_t
- bb_wifi_get_ip_str returns bb_err_t
- bb_wifi_get_rssi returns bb_err_t
- bb_wifi_get_info returns bb_err_t
- bb_wifi_register_routes returns bb_err_t
- bb_display_init returns bb_err_t (was bb_display_err_t)
- bb_display_err_t typedef removed; use bb_err_t

Removes esp_err_t from all public headers. Declarations now use bb_err_t,
which is a portable alias for esp_err_t under ESP_PLATFORM and int elsewhere.
Platform-specific #ifdef ESP_PLATFORM guards that only existed to select
between esp_err_t and alternative types have been dropped in favor of the
unified bb_err_t return type.

Closes B1-52

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

18 of 18 branches covered (100.0%)

Branch coverage included in aggregate %.

30 of 30 relevant lines covered (100.0%)

18.1 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24753903523.1 22 Apr 2026 12:38AM UTC 3
100.0
GitHub Action Run
Source Files on build 24753903523
  • Tree
  • List 3
  • 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 #24753903523
  • 79877c10 on github
  • Prev Build on main (#24753139185)
  • Next Build on main (#24754050545)
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