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

dangernoodle-io / breadboard / 28416951377
100%

Build:
DEFAULT BRANCH: main
Ran 30 Jun 2026 02:52AM 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

30 Jun 2026 02:51AM UTC coverage: 99.622%. Remained the same
28416951377

push

github

web-flow
feat(bbtool): ota-serve test OTA server (TLS + provider-pluggable + github/fastly redirect) (#606)

- add ota_server.py: discovers firmware .bin files by parsing esp_app_desc_t magic (0xABCD5432); builds board→(path,version) map; OtaTestServer embeddable handle with context manager support (start/stop/close, releases_url/port/cert_path/fingerprint properties)
- provider abstraction: GitHubProvider with manifest/asset-route/cdn-route topology; PROVIDERS dict for future plugins; head_status=403 on CDN HEAD
- redirect flow: asset route → 302 to cdn route; cdn HEAD → 403 by default (forces esp_https_ota Range-GET fallback); cdn GET → 206 with Content-Range; Accept-Ranges: bytes
- tls: auto-generate self-signed cert+key via openssl subprocess with SAN for advertise-host; cache in ~/.bb/ota-serve/; print sha-256 fingerprint; --cert/--key for BYO certs; --http for plain mode
- tag logic: bump patch of highest discovered version by default (guarantees update trigger); --tag override; --no-bump serves real version; dev* builds treated as 0.0.0
- add ota_serve.py command: --dir, --board, --host, --port, --advertise-host, --provider, --manifest-path, --tag, --no-bump, --cert, --key, --http, --no-redirect, --head-ok
- print releases_url, cert fingerprint, curl --cacert examples on startup
- 26 tests: app-desc parse (multiple offsets), discovery, tag logic, manifest shape, redirect/head/range hops, no-redirect mode, context-manager lifecycle, tls end-to-end


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

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

1839 of 1846 branches covered (99.62%)

Branch coverage included in aggregate %.

3165 of 3177 relevant lines covered (99.62%)

1240.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28416951377.1 30 Jun 2026 02:52AM UTC 40
99.62
GitHub Action Run
Source Files on build 28416951377
  • 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 #28416951377
  • 6a2e01d2 on github
  • Prev Build on main (#28414425150)
  • Next Build on main (#28417968665)
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