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

Alan-Jowett / sonde / 25772353671
83%

Build:
DEFAULT BRANCH: main
Ran 13 May 2026 01:37AM 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

13 May 2026 01:24AM UTC coverage: 83.043%. Remained the same
25772353671

push

github

web-flow
fix(bootstrap): use SWA CLI for SPA deployment, add live CI coverage (#885)

* fix(bootstrap): use SWA CLI for SPA deployment, add live CI coverage

The undocumented REST API fallback for SWA content deployment does not
work. Replace the dual-path az CLI / REST API approach with the proven
SWA CLI (npx @azure/static-web-apps-cli) which is the only reliable
way to deploy SWA content programmatically outside GitHub Actions.

Changes:
- Dockerfile: install nodejs and npm via tdnf (replaces zip)
- bootstrap.sh: replace broken dual-path deploy with npx swa deploy
- bootstrap_unix.rs: replace zip/curl stubs with npx stub
- AZC-0410: remove no-Node.js constraint (AC8), document SWA CLI usage
- azure-live-ci.yml: add SPA deployment step with reachability check

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

* fix(bootstrap): pin SWA CLI in image, fail CI on SPA errors, assert swa invocation

- Pre-install @azure/static-web-apps-cli@2.0.9 in the bootstrap Docker
  image at build time instead of fetching via npx at runtime. This
  eliminates the runtime download dependency and pins the version for
  reproducible deployments.
- Use the pre-installed swa binary directly instead of npx.
- Fail Azure Live CI when SPA is unreachable (exit 1 instead of
  warning) so SPA deployment regressions are caught.
- Update test stub to log swa invocations and assert that swa deploy
  was called with --deployment-token.

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

* fix: align docs with swa binary invocation, pin CI version

- Update requirements and design docs to say "pre-installed SWA CLI
  (swa deploy)" instead of "npx @azure/static-web-apps-cli" to match
  the actual implementation.
- Pin SWA CLI version in azure-live-ci.yml to @2.0.9 (matching the
  bootstrap image).
- Use expect() with descriptive message on swa_log read in test.

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

---------

Co-authored-... (continued)

33757 of 40650 relevant lines covered (83.04%)

197.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25772353671.1 13 May 2026 01:37AM UTC 124
83.04
GitHub Action Run
Source Files on build 25772353671
  • 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 #25772353671
  • eb144b58 on github
  • Prev Build on main (#25764453312)
  • Next Build on main (#25772893276)
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