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

dangernoodle-io / breadboard / 30869461345
97%

Build:
DEFAULT BRANCH: main
Ran 04 Aug 2026 01:42AM UTC
Jobs 1
Files 216
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

04 Aug 2026 01:40AM UTC coverage: 96.889%. Remained the same
30869461345

push

github

web-flow
build: disable WiFi WPA2/WPA3-Enterprise support (CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT=n) (#1217)

We only ever join personal-mode APs (WPA2-PSK/WPA3-SAE); the enterprise
(802.1X/EAP) connection path is unused across components/, platform/,
and examples/ (no esp_wifi_sta_enterprise_*/esp_eap_client_*/
esp_wifi_sta_wpa2_ent_* call sites). Disabling it via sdkconfig.defaults
across every board (examples/smoke's 8 board variants + examples/floor)
removes a compiled-in, never-exercised protocol/API family --
attack-surface reduction, not a flash-savings play.

TLS, the mbedTLS certificate bundle, and WPA3-Personal/SAE
(CONFIG_ESP_WIFI_ENABLE_WPA3_SAE / CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE) are
untouched and confirmed still enabled in the generated sdkconfig.

Re-measured smoke flash on this branch (clean A/B build, app
partition 1966080 bytes, before/after CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT):
esp32 1175373 -> 1174833 bytes (-540B, -0.05%); esp32c3 1256296 ->
1255760 bytes (-536B, -0.04%). Both boards got marginally smaller here,
which differs from B1-1275's original recorded deltas (esp32 +168B
larger, esp32c3 -722B) -- that measurement has drifted stale over the
73 commits this branch rebased across. Either way the point stands:
this app's linker --gc-sections was already stripping the unreachable
enterprise code, so the net size effect is a few hundred bytes in
either direction and is not the reason for this change.

B1-1275

8296 of 8858 branches covered (93.66%)

Branch coverage included in aggregate %.

14032 of 14187 relevant lines covered (98.91%)

2609.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30869461345.1 04 Aug 2026 01:42AM UTC 216
96.89
GitHub Action Run
Source Files on build 30869461345
  • Tree
  • List 216
  • 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 #30869461345
  • 384a81da on github
  • Prev Build on main (#30866896656)
  • Next Build on main (#30870703062)
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