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

Alan-Jowett / sonde / 25647710901
83%

Build:
DEFAULT BRANCH: main
Ran 11 May 2026 03:03AM 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

11 May 2026 02:49AM UTC coverage: 83.045% (+0.03%) from 83.015%
25647710901

push

github

web-flow
fix(azure-handler): deserialize timestamp_ms from string, f64, or u64 (#878)

Azure Tables returns `Edm.Int64` values as JSON strings (e.g.
`"1778458015159"`), while the handler's own writes produce f64.
The previous `deserialize_u64_from_f64` only accepted f64, causing
desired-state lookups to fail with:

    invalid type: string "1778458015159", expected f64

Replace with a `Visitor` that accepts u64, i64, f64, and string
representations.

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

54 of 57 new or added lines in 1 file covered. (94.74%)

33694 of 40573 relevant lines covered (83.05%)

197.49 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
89.27
0.19% crates/sonde-azure-handler/src/lib.rs
Jobs
ID Job ID Ran Files Coverage
1 25647710901.1 11 May 2026 03:03AM UTC 124
83.05
GitHub Action Run
Source Files on build 25647710901
  • Tree
  • List 124
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25647710901
  • 31e0ff05 on github
  • Prev Build on main (#25641640028)
  • Next Build on main (#25711593786)
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