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

dangernoodle-io / breadboard / 30511589504
97%

Build:
DEFAULT BRANCH: main
Ran 30 Jul 2026 03:37AM UTC
Jobs 1
Files 205
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

30 Jul 2026 03:35AM UTC coverage: 96.58%. Remained the same
30511589504

push

github

web-flow
feat: add out= to the bbtool:init grammar for out-parameter handles (#1143)

- out= declares a manifest-only out-parameter handle (rejected as a hard
  WireError on a component-header marker); codegen emits one file-scope
  static <c-type> <varname>; declaration per resolved entry, grouped with
  the bb_app_avail_* preamble block
- reserve codegen's own bb_app_ prefix (case-sensitive) plus the
  BB_APP_INIT_TAG macro name as a hard WireError -- an out= varname
  colliding with a generated identifier (bb_app_http_handle, bb_app_rc,
  bb_app_first_err, bb_app_avail_<token>) would otherwise either shadow a
  generated local silently or duplicate-define a file-scope declaration
- two entries declaring the same out= varname is a hard WireError naming
  both
- test_out_empty_value_is_error / test_duplicate_out_key_is_error are
  deliberate mirror tests of the pre-existing generic tokenizer checks
  (empty value, duplicate key), kept for documentation/consistency even
  though they'd pass without out='s own :-splitting logic

7934 of 8538 branches covered (92.93%)

Branch coverage included in aggregate %.

13502 of 13657 relevant lines covered (98.87%)

2607.19 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30511589504.1 30 Jul 2026 03:37AM UTC 205
96.58
GitHub Action Run
Source Files on build 30511589504
  • Tree
  • List 205
  • 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 #30511589504
  • 3bcbe4df on github
  • Prev Build on main (#30508746730)
  • Next Build on main (#30513056642)
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