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

Alan-Jowett / sonde / 25618739507
83%

Build:
DEFAULT BRANCH: main
Ran 10 May 2026 03:36AM UTC
Jobs 1
Files 124
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

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

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

Jobs
ID Job ID Ran Files Coverage
1 25618739507.1 10 May 2026 03:36AM UTC 124
82.99
GitHub Action Run
Source Files on build 25618739507
  • Tree
  • List 124
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25618739507
  • b67308a2 on github
  • Prev Build on main (#25617832541)
  • Next Build on main (#25618742949)
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