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

supabase / edge-runtime
53%

Build:
DEFAULT BRANCH: main
Repo Added 04 Feb 2025 10:36PM UTC
Files 178
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

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • INC-475/FUNC/hotfix/safe-url-construction
  • chore-add-ai-cache-to-ci
  • chore-add-integration-test-supabase-issue-29583
  • chore-ci
  • chore-comment-out-sloppy-imports
  • chore-integration-test-byonm-ts
  • chore-integration-test-old-eszips
  • chore-integration-test-old-eszips-1-x
  • chore-review-actions
  • chore-skip-s3-dependabot
  • chore-workflow
  • codecov
  • da/u20-runners
  • dependabot/cargo/crossbeam-channel-0.5.15
  • dependabot/cargo/hickory-proto-0.25.0-alpha.5
  • dependabot/cargo/keccak-0.1.6
  • dependabot/cargo/openssl-0.10.70
  • dependabot/cargo/openssl-0.10.72
  • dependabot/cargo/ring-0.17.14
  • dependabot/cargo/rsa-0.9.9
  • deps-ring
  • develop
  • feat-commonjs
  • feat-deno-2-1-x-lts
  • feat-docs
  • feat-llm-provider
  • feat-locker
  • feat-ort-inference-api
  • feat-ort-upgrade
  • feat-unstable-sloppy-imports
  • file-fetch-use-runtime-fs
  • fix-add-commonjs-integration-tests
  • fix-ai-http-client
  • fix-backport-develop
  • fix-beforeunload-uncaught-null
  • fix-blaslib
  • fix-bump-eszip-0-80-1-wasm-support
  • fix-cpu-timer-non-linux-error
  • fix-dns-lookup-regression
  • fix-enable-http-create-http-client
  • fix-file-api
  • fix-graph-file-path-with-special-char
  • fix-ipv6-support
  • fix-issue-513
  • fix-publish-release
  • fix-s3-seesion-token-prop
  • fix-typo
  • fix-unblock-realpathsync
  • fix-v1-entrypoint
  • fix/import-map
  • fix/test/cleanup-tmp-ts
  • ny/FUNC-342-use-pathdiff-instead-of-replace
  • ny/adjust-bootstrap-js-sync-opt
  • ny/adjustable-migration-warning
  • ny/allow-lstat-sync
  • ny/backport-denoland-deno-30418
  • ny/backport-denoland-deno-30451
  • ny/bump-deno-core
  • ny/chore-actions-stale
  • ny/chore-modify-runs-on
  • ny/ci
  • ny/cleanup
  • ny/clippy
  • ny/close-socket-when-return-invalid-value-in-serve-callback
  • ny/console-error-respond-with
  • ny/cpu-timer-cfg
  • ny/defer-otel-init
  • ny/deno-lock
  • ny/dependabot-1124
  • ny/disable-pointer-compression-main
  • ny/enable-type-check-mode
  • ny/eszip-migration-capture
  • ny/feat-mem-stats
  • ny/feat-node-sqlite
  • ny/feat-request-local-rate-limiter
  • ny/fetch-timeout-and-keepalive
  • ny/file-fetcher-https-proxy
  • ny/fix-FUNC-429-FUNC-427
  • ny/fix-add-otel-attr-to-event-metadata
  • ny/fix-allow-make-temp-file
  • ny/fix-bundle-cmd-timeout
  • ny/fix-byonm-read-file
  • ny/fix-comp-ratio-regression
  • ny/fix-func-280
  • ny/fix-gateway-timeout
  • ny/fix-inspect-brk-does-not-pause-at-first-stmt
  • ny/fix-leak-eszip
  • ny/fix-leak-eszip-main
  • ny/fix-log-level-param
  • ny/fix-runtime-stat
  • ny/fix-unbundle-static-files
  • ny/fix-worker-inner-bottleneck
  • ny/fix-zlib-crc32-ref-error
  • ny/flaky-test
  • ny/func-489-include-retry-after-time-in-rate-limit-exception
  • ny/hardening-rate-limit
  • ny/initial-max-heap-size-configurable
  • ny/introduce-req-absent-timeout
  • ny/lockfile-downgrade-v5-v4
  • ny/main-script-otel-propagator
  • ny/micollect
  • ny/no-npm-in-main-worker
  • ny/node-crypto-panic
  • ny/old-eszip-static-files
  • ny/old-eszip-warning
  • ny/patch-denoland-30189
  • ny/patch-denoland-33374
  • ny/rename-release-action
  • ny/request-idle-timeout-as-error
  • ny/revert-decorator-flag
  • ny/revert-node-sqlite
  • ny/runtime-otel-span
  • ny/runtime-otel-span-part-2
  • ny/s3-fs-sync
  • ny/server-improvement
  • ny/support-no-pkg-json
  • ny/support-otel
  • ny/tls-test
  • ny/trigger-release-action
  • ny/v1-unbundle-exit-code
  • ny/v2-exit-code-unbundle
  • nyannyacha-patch-1
  • patch-1
  • patch-2
  • refactor/cli-remove-manual-runtime
  • refactor/optional-duplex-stream-rx

24 Apr 2026 07:35AM UTC coverage: 53.331% (-0.006%) from 53.337%
24877969909

push

github

web-flow
fix(deps): bump tokio-eld to 0.3.0 to fix use-after-free in EldHistogram (denoland/deno#33374) (#697)

19556 of 36669 relevant lines covered (53.33%)

7377.48 hits per line

Relevant lines Covered
Build:
Build:
36669 RELEVANT LINES 19556 COVERED LINES
7377.48 HITS PER LINE
Source Files on main
  • Tree
  • List 178
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24877969909 main fix(deps): bump tokio-eld to 0.3.0 to fix use-after-free in EldHistogram (denoland/deno#33374) (#697) push 24 Apr 2026 07:46AM UTC web-flow github
53.33
24872094954 main fix(base/server): return HTTP error responses instead of dropping connection in WorkerService (#696) * fix(base/server): return HTTP error responses instead of dropping connection in WorkerService * stamp: meow * stamp: update tests push 24 Apr 2026 04:34AM UTC web-flow github
53.34
24720413189 main fix: add fetch timeout and TCP keepalive to HTTP client (#694) push 21 Apr 2026 11:53AM UTC web-flow github
53.33
24637932573 main Merge pull request #691 from supabase/INC-475/FUNC/hotfix/safe-url-construction fix(deno_telemetry): guard against malformed request URLs in span attrs push 19 Apr 2026 08:14PM UTC web-flow github
53.33
24575969144 main fix(deps): update onig_sys to fix build on gcc 15 (#652) push 17 Apr 2026 04:47PM UTC web-flow github
53.3
24430592400 main fix: use runtime filesystem for file:// requests (#686) push 15 Apr 2026 01:02AM UTC web-flow github
53.28
24333504133 main fix(deno_facade): do not include managed npm deps when graph does not have any npm pkgs (#687) * fix(deno_facade): do not include managed npm deps when graph does not have any npm pkgs * stamp: meow * stamp: fmt push 13 Apr 2026 08:41AM UTC web-flow github
53.37
24104480023 main refactor(runtime): make `duplex_stream_rx` optional in `RunOptions` (#680) push 07 Apr 2026 09:21PM UTC web-flow github
53.28
24028528718 main fix(deps): bump `deno_core` (#682) push 06 Apr 2026 10:44AM UTC web-flow github
53.4
23899980380 main fix(ext/telemetry): defer Otel initialization in bootstrap (#681) push 02 Apr 2026 12:29PM UTC web-flow github
53.34
See All Builds (320)
  • Repo on GitHub
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