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

dangernoodle-io / breadboard / 28363258326
100%

Build:
DEFAULT BRANCH: main
Ran 29 Jun 2026 09:47AM UTC
Jobs 1
Files 40
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

29 Jun 2026 09:46AM UTC coverage: 100.0%. Remained the same
28363258326

push

github

web-flow
feat(bbtool): lint guards for mutating-route body schemas and SSE topic schemas (#599)

- add rule mutating-route-needs-body-schema (profile all, error): flags
  POST/PATCH/PUT routes whose request_content_type indicates a JSON or
  form-urlencoded body but whose request_schema is absent, NULL, or a
  bare {"type":"object"} with no properties; binary uploads
  (octet-stream) and bodyless action routes are intentionally exempt
- add rule event-topic-needs-schema (profile all, error): flags any SSE
  topic attached via bb_event_routes_attach* that has no corresponding
  schema registered via bb_openapi_register_topic_schema or
  bb_openapi_register_schema(sse_topic!=NULL); cross-file two-pass
  collect-then-compare; variable-arg attach calls are skipped (cannot
  be statically resolved)
- both rules pass clean (0 violations) on the current tree
- unit tests: 9 cases for mutating-route, 8 cases for event-topic

1838 of 1838 branches covered (100.0%)

Branch coverage included in aggregate %.

3160 of 3160 relevant lines covered (100.0%)

1242.63 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28363258326.1 29 Jun 2026 09:47AM UTC 40
100.0
GitHub Action Run
Source Files on build 28363258326
  • Tree
  • List 40
  • 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 #28363258326
  • 59acf9cd on github
  • Prev Build on main (#28362210906)
  • Next Build on main (#28379871249)
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