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

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

Build:
DEFAULT BRANCH: main
Ran 10 May 2026 03:36AM UTC
Files 124
Run time 2s
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

10 May 2026 03:27AM UTC coverage: 82.994%. Remained the same
25618739507.1

push

github

web-flow
fix(azure-handler): use string dataType for queue trigger (#875)

* fix(azure-handler): log handler errors to stderr for App Insights visibility

The custom handler returned errors only in the HTTP response body, which
the Functions runtime does not log. Adding \println!\ surfaces the
error message in App Insights traces.

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

* fix(azure-handler): use string dataType for queue trigger binding

With \dataType: binary\, the Functions runtime delivers the queue message
as a JSON byte array (ASCII codes of the base64 string). The handler's
\xtract_json_payload\ reassembles those bytes but does not base64-decode
them, so \decode_connector_message\ receives base64 text instead of CBOR.

Changing to \dataType: string\ delivers the message as a JSON string,
which \xtract_json_payload\ correctly base64-decodes into raw CBOR.

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

---------

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

33590 of 40473 relevant lines covered (82.99%)

197.98 hits per line

Source Files on job 25618739507.1
  • Tree
  • List 124
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25618739507
  • b67308a2 on github
  • Prev Job for on main (#25617832541.1)
  • Next Job for on main (#25618742949.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