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

dangernoodle-io / breadboard / 24907700113
100%

Build:
DEFAULT BRANCH: main
Ran 24 Apr 2026 07:22PM UTC
Jobs 1
Files 4
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

24 Apr 2026 07:22PM UTC coverage: 100.0%. Remained the same
24907700113

push

github

web-flow
fix(mdns): cap base name length so instance-name snprintf can't truncate (#79)

ci's esp toolchain enforces -werror=format-truncation and flagged the
mac-suffix concat as a potential overflow: if the caller's base name
is 63 chars and out_size is 64, the trailing '-xxxx\0' runs off the
end. gcc proves the overflow and errors.

use %.*s with a base-length cap of (out_size - 6) — 6 = strlen("-xxxx")
plus null terminator. suffix always fits, compiler verifies.

81 of 81 branches covered (100.0%)

Branch coverage included in aggregate %.

113 of 113 relevant lines covered (100.0%)

274.59 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24907700113.1 24 Apr 2026 07:22PM UTC 4
100.0
GitHub Action Run
Source Files on build 24907700113
  • Tree
  • List 4
  • 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 #24907700113
  • 775ccae1 on github
  • Prev Build on main (#24906052028)
  • Next Build on main (#24908131202)
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