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

dangernoodle-io / breadboard / 30724778032
97%

Build:
DEFAULT BRANCH: main
Ran 02 Aug 2026 12:13AM UTC
Jobs 1
Files 212
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

02 Aug 2026 12:11AM UTC coverage: 96.776%. Remained the same
30724778032

push

github

web-flow
refactor: relocate log-line parser from bb_log_event into bb_log (B1-831 PR-1) (#1183)

Move the pure log-line parser (bb_log_event_parse) out of platform/host/bb_log_event
into components/bb_log/src/bb_log_line_parse.c, declared in bb_log_internal.h
alongside the existing flush-wait decision core -- the same relative-include
precedent bb_log_event.c already uses to reach bb_log_internal.h. bb_log_event
cannot be a dependency of bb_log (see the REQUIRES comment in bb_log's
CMakeLists.txt, KB #708/#704), so this lets a later PR reuse the same parser
inside bb_log itself without a cycle.

Renamed bb_log_event_parse to bb_log_line_parse since it now lives in bb_log
and is no longer bb_log_event-specific; every call site and its test file
updated to match. No behavior change -- parser logic is byte-for-byte
identical, only the file/symbol names and component ownership moved.

Coverage baseline updated to move the pre-existing uncovered-branch markers
for this file from their old path/line numbers to the new ones (identity
shift only, no new gaps).

8105 of 8678 branches covered (93.4%)

Branch coverage included in aggregate %.

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

13751 of 13906 relevant lines covered (98.89%)

2582.18 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30724778032.1 02 Aug 2026 12:13AM UTC 212
96.78
GitHub Action Run
Source Files on build 30724778032
  • Tree
  • List 212
  • 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 #30724778032
  • 3fac1cbd on github
  • Prev Build on main (#30707415682)
  • Next Build on main (#30725131674)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc