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

Alan-Jowett / sonde / 25607958693 / 1
83%
main: 83%

Build:
DEFAULT BRANCH: main
Ran 09 May 2026 06:09PM UTC
Files 124
Run time 3s
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

09 May 2026 05:58PM UTC coverage: 83.017%. Remained the same
25607958693.1

push

github

web-flow
fix: Azure Live CI — add aiohttp, deploy and validate handler function (#869)

* fix: add missing `aiohttp` dependency for Azure Live CI

The live CI script uses `azure.storage.queue.aio` (async Storage Queue
client), which requires `aiohttp` as its async transport. The pip
install step was missing this dependency, causing the validation to fail
with: "Unable to create async transport. Please check aiohttp is installed."

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* feat: add Azure handler function deployment and validation to Live CI

Extend the Azure Live CI workflow to build, deploy, and validate the
Azure handler Function App end-to-end:

- Build the handler function package via Docker (musl static binary)
- Deploy the zip to the provisioned Function App
- Wait for the Function App to report loaded functions
- Send a CBOR ACTUAL_STATE message to the upstream Storage Queue
- Poll the actual-state Azure Table until the handler writes a row
  matching the test node ID
- Add `azure-data-tables` Python SDK for table queries

This validates the full path: queue message -> Function trigger ->
handler binary -> Azure Table write.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix: use correct azure-data-tables version (12.7.0)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix: reorder handler validation after companion, add table RBAC

Move handler deploy+validation steps after the companion validation so
RBAC assignments from the Bicep deployment have time to propagate to the
newly created storage account. Add `Storage Table Data Reader` to the
CI setup docs since the handler validation queries the actual-state
table. Remove duplicate companion validation step.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix: refresh Azure OIDC login before validation steps

The handler Docker build can take several minutes, exhausting the
5-minute OIDC token life... (continued)

33596 of 40469 relevant lines covered (83.02%)

197.99 hits per line

Source Files on job 25607958693.1
  • Tree
  • List 124
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25607958693
  • 53f31727 on github
  • Prev Job for on main (#25574980077.1)
  • Next Job for on main (#25607961686.1)
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