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

dangernoodle-io / breadboard / 31233803047
97%

Build:
DEFAULT BRANCH: main
Ran 08 Aug 2026 01:58AM UTC
Jobs 1
Files 216
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

08 Aug 2026 01:55AM UTC coverage: 97.044%. Remained the same
31233803047

push

github

web-flow
fix: add missing <stdio.h> for snprintf callers (#1250)

bb_data_http_common.c and test_bb_log.c call snprintf() without
directly including <stdio.h>. gcc 14+ defaults to C23, where an
implicit function declaration is a hard compile error, not a
warning; a genuinely-GNU local toolchain (e.g. Homebrew gcc-16,
which this repo's coverage_toolchain.sh accepts) is one bump away
from failing here. Today both call sites happen to compile only
because they transitively inherit stdio.h (bb_log.h's host
fprintf/putchar branch, Unity's default UNITY_OUTPUT_CHAR) -- an
incidental, fragile path, not a guarantee.

- adds only the missing include to each file, no other changes


Claude-Session: https://claude.ai/code/session_0119nuE2NZME9y2aYEVJTPB5

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

8544 of 9084 branches covered (94.06%)

Branch coverage included in aggregate %.

14274 of 14429 relevant lines covered (98.93%)

2603.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31233803047.1 08 Aug 2026 01:58AM UTC 216
97.04
GitHub Action Run
Source Files on build 31233803047
  • Tree
  • List 216
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31233803047
  • dfa1d626 on github
  • Prev Build on main (#31140470258)
  • Next Build on main (#31235142339)
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