|
Ran
|
Jobs
1
|
Files
15
|
Run time
1min
|
Badge
README BADGES
|
push
github
Squashed commit of the following: commit 0e6f0a107 Author: Lauri Rooden <lauri@rooden.ee> Date: Sat Aug 15 13:06:28 2026 +0300 CF commit c810c3145 Author: Lauri Rooden <lauri@rooden.ee> Date: Sat Aug 15 12:25:16 2026 +0300 docs: Add demo multi-provider design spec Records why the demo is shaped the way it is: what each provider costs, which free tiers constrain the cadence, and the traps found while building it — Netlify's 15 credits a deploy, Vercel serving public/ over the function, the 999ms default test timeout against cold starts. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> commit 6f800a647 Author: Lauri Rooden <lauri@rooden.ee> Date: Sat Aug 15 12:25:16 2026 +0300 docs: Group adapters by who owns the process Adapters were one flat list. Split into running it yourself, where listen() owns the process, and deploying to a host, where the platform does and you export a fetch handler. Adds Vercel, Netlify and Fastly alongside Cloudflare, and names the export conditions the package actually declares. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> commit a0d804e7c Author: Lauri Rooden <lauri@rooden.ee> Date: Sat Aug 15 12:25:02 2026 +0300 demo: Add server deployed to four providers One app.mjs with portable routes only, five entrypoints, and a smoke suite that runs over HTTP against whatever is serving it. test/server/ covers bindings on local runtimes; this covers real deploys, which nothing did. Deploys are triggered by promoting main, never by pushing to it: git push origin main:deploy --ff-only Each job bundles with esbuild and ships one self-contained file, so no install runs on the provider and the demo tests the working tree rather than the last release. Verified live at 8/8 on Cloudflare, ... (continued)
635 of 635 branches covered (100.0%)
Branch coverage included in aggregate %.
13 of 13 new or added lines in 1 file covered. (100.0%)
1141 of 1141 relevant lines covered (100.0%)
50.56 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 31878752134.1 | 15 |
100.0 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|