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

Alan-Jowett / sonde / 23956483934
82%

Build:
DEFAULT BRANCH: main
Ran 03 Apr 2026 06:04PM UTC
Jobs 1
Files 85
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

03 Apr 2026 06:01PM UTC coverage: 85.6%. Remained the same
23956483934

push

github

web-flow
feat: switch gateway and node binaries to AES-256-GCM frame codec (#627)

The gateway and node production binaries were still calling the HMAC
frame codec path (\process_frame\, \un_wake_cycle\) despite the
AEAD functions being available since PR #608-#615. This commit wires
the binaries to the AEAD entry points:

- \gateway.rs\: \process_frame()\ → \process_frame_aead()\
- \
ode.rs\: \un_wake_cycle()\ → \un_wake_cycle_aead()\
  (adds \NodeAead\ provider instantiation)

All ESP-NOW frames (WAKE, COMMAND, APP_DATA, PEER_REQUEST/PEER_ACK)
now use AES-256-GCM authenticated encryption in production.

The BLE pairing path (\sonde-pair-ui\) still uses the ECDH/HMAC
flow — migration deferred to a follow-up (requires a new
\provision_node_aead\ function).

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

0 of 1 new or added line in 1 file covered. (0.0%)

27137 of 31702 relevant lines covered (85.6%)

135.34 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
0.0
0.0% crates/sonde-gateway/src/bin/gateway.rs
Jobs
ID Job ID Ran Files Coverage
1 23956483934.1 03 Apr 2026 06:04PM UTC 85
85.6
GitHub Action Run
Source Files on build 23956483934
  • Tree
  • List 85
  • Changed 2
  • Source Changed 2
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23956483934
  • 99cdd9f5 on github
  • Prev Build on main (#23953864431)
  • Next Build on main (#23963496844)
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