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

dangernoodle-io / breadboard / 29891656205
96%

Build:
DEFAULT BRANCH: main
Ran 22 Jul 2026 04:41AM UTC
Jobs 1
Files 190
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

22 Jul 2026 04:39AM UTC coverage: 96.375%. Remained the same
29891656205

push

github

web-flow
fix: extend component-path-unresolved lint to C/C++ #include paths (B1-1140) (#994)

- scan every .c/.cpp/.h for a #include "..." token that literally
  spells "components/" and resolve it relative to the including
  file's own directory (distinct from the CMakeLists.txt checks,
  which resolve relative to the component's directory)
- deliberately excludes bare-filename and quoted ESP-IDF SDK-header
  includes (e.g. "bb_core.h", "freertos/FreeRTOS.h") -- those are
  resolved via the compiler's include search path, not literal
  relative-path navigation, and this rule can't simulate the full
  component dependency graph
- fails loud like the rest of the rule: a token that resolves into
  components/ but doesn't exist on disk is a violation, never a skip
- verified against the real tree: 0 violations clean, and confirmed
  firing by temporarily breaking a real include target


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

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

7426 of 8016 branches covered (92.64%)

Branch coverage included in aggregate %.

12569 of 12731 relevant lines covered (98.73%)

2441.76 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29891656205.1 22 Jul 2026 04:41AM UTC 190
96.38
GitHub Action Run
Source Files on build 29891656205
  • Tree
  • List 190
  • 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 #29891656205
  • 611bd926 on github
  • Prev Build on main (#29891238367)
  • Next Build on main (#29892069058)
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