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

dangernoodle-io / breadboard / 26703839649
100%

Build:
DEFAULT BRANCH: main
Ran 31 May 2026 05:04AM UTC
Jobs 1
Files 21
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

31 May 2026 05:03AM UTC coverage: 100.0%. Remained the same
26703839649

push

github

web-flow
fix(bb_timer): scope _POSIX_C_SOURCE in host backend for strict -std=c99 consumers (#322)

- bb_timer_host.c uses clock_gettime(CLOCK_MONOTONIC) + nanosleep (POSIX) but relied on the consumer compiler default exposing them
- taipanminer native test env uses strict -std=c99 which hides POSIX -> CLOCK_MONOTONIC undeclared when it compiles the fetched host backend
- define _POSIX_C_SOURCE 200809L (guarded) before includes, scoped to this file so consumers need no global feature-test flag (a global -D broke unrelated snprintf visibility on macOS)

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

1356 of 1356 branches covered (100.0%)

Branch coverage included in aggregate %.

2314 of 2314 relevant lines covered (100.0%)

914.25 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26703839649.1 31 May 2026 05:04AM UTC 21
100.0
GitHub Action Run
Source Files on build 26703839649
  • Tree
  • List 21
  • 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 #26703839649
  • fc79190a on github
  • Prev Build on main (#26702855544)
  • Next Build on main (#26714845789)
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