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

supabase / cli / 21513432602
55%

Build:
DEFAULT BRANCH: develop
Ran 30 Jan 2026 11:01AM UTC
Jobs 1
Files 201
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

30 Jan 2026 10:57AM UTC coverage: 55.484%. Remained the same
21513432602

push

github

web-flow
fix: remove inline `jsr:` import from generated functions template (#4591)

fix(functions): resolve deno lint errors in generated edge function template

the template generated by 'supabase functions new' produces deno lint errors
on line 6 due to inline jsr: import without version specifier:

  import jsr:@supabase/functions-js/edge-runtime.d.ts

this triggers two default deno lint rules:
  - no-import-prefix: inline jsr: dependency not allowed
  - no-unversioned-import: missing version in specifier

fix moves the dependency declaration to deno.json with proper versioning
and updates index.ts to use bare specifier import as recommended by deno.

closes #4424

Co-authored-by: Han Qiao <sweatybridge@gmail.com>

7113 of 12820 relevant lines covered (55.48%)

6.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 21513432602.1 30 Jan 2026 11:01AM UTC 201
55.48
GitHub Action Run
Source Files on build 21513432602
  • Tree
  • List 201
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #21513432602
  • 80b3444f on github
  • Prev Build on develop (#21508511524)
  • Next Build on develop (#21513502407)
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