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

Alan-Jowett / sonde / 25884134251 / 1
81%
main: 81%

Build:
DEFAULT BRANCH: main
Ran 14 May 2026 08:44PM UTC
Files 124
Run time 5s
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

14 May 2026 08:33PM UTC coverage: 83.046% (+0.02%) from 83.027%
25884134251.1

push

github

web-flow
fix(web-ui): remove `If-Match` header from `upsertEntity` to enable insert-or-replace (#919)

The `upsertEntity` function included an `If-Match: '*'` header which
made Azure Table Storage treat the PUT as an Update Entity operation
(requiring the entity to already exist). When adding a new route the
entity does not yet exist, so Azure returned `ResourceNotFound`.

Removing the header gives true Insert-or-Replace (upsert) semantics
per the Azure Table Storage REST API, allowing both new and existing
routes to be saved.

Fixes #910

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>

34284 of 41283 relevant lines covered (83.05%)

194.39 hits per line

Source Files on job 25884134251.1
  • Tree
  • List 124
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25884134251
  • 20076926 on github
  • Prev Job for on main (#25883496585.1)
  • Next Job for on main (#25884169370.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