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

supabase / edge-runtime
52%

Build:
DEFAULT BRANCH: main
Repo Added 04 Feb 2025 10:36PM UTC
Files 176
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
  • 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/openssl-0.10.70
  • dependabot/cargo/openssl-0.10.72
  • dependabot/cargo/ring-0.17.14
  • 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
  • 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/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/cpu-timer-cfg
  • ny/deno-lock
  • ny/disable-pointer-compression-main
  • ny/enable-type-check-mode
  • ny/eszip-migration-capture
  • ny/feat-node-sqlite
  • ny/file-fetcher-https-proxy
  • 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/initial-max-heap-size-configurable
  • ny/introduce-req-absent-timeout
  • ny/main-script-otel-propagator
  • ny/no-npm-in-main-worker
  • ny/node-crypto-panic
  • ny/old-eszip-static-files
  • ny/old-eszip-warning
  • ny/rename-release-action
  • ny/revert-decorator-flag
  • ny/revert-node-sqlite
  • ny/s3-fs-sync
  • 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

14 Nov 2025 01:01AM UTC coverage: 52.427% (+0.09%) from 52.34%
19350803951

push

github

web-flow
fix: drop the socket if the worker's http handler returns an invalid value (#641)

* fix: drop the socket if the worker's http handler returns an invalid value

* chore: add integration test

* stamp: oops 🙄

* stamp: meow

* stamp: meowmeow

34 of 34 new or added lines in 5 files covered. (100.0%)

1 existing line in 1 file now uncovered.

18761 of 35785 relevant lines covered (52.43%)

7581.27 hits per line

Relevant lines Covered
Build:
Build:
35785 RELEVANT LINES 18761 COVERED LINES
7581.27 HITS PER LINE
Source Files on main
  • Tree
  • List 176
  • Changed 13
  • Source Changed 5
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19350803951 main fix: drop the socket if the worker's http handler returns an invalid value (#641) * fix: drop the socket if the worker's http handler returns an invalid value * chore: add integration test * stamp: oops 🙄 * stamp: meow * stamp: meowmeow push 14 Nov 2025 01:21AM UTC web-flow github
52.43
19120453806 main fix(deno_facade): should not assume that all module paths to be extracted have the same prefix (#639) push 06 Nov 2025 12:44AM UTC web-flow github
52.34
19092997148 main fix(ext/workers): passed incorrect arguments to `Span.setStatus` (#638) push 05 Nov 2025 07:22AM UTC web-flow github
52.34
19086200797 main fix: request idle timeout should be applied differently for worker kind (#636) push 05 Nov 2025 12:22AM UTC web-flow github
52.37
19056791074 main fix: not caching type definition in some edge case (#634) * fix: not caching type definition in some edge case * stamp: meow * stamp: fix intengration test push 04 Nov 2025 05:06AM UTC web-flow github
52.4
19056786108 main fix: make the file fetcher respect the root certificate store configured via `DENO_TLS_CA_STORE` (#633) * fix: make the file fetcher respect the root certificate store configured via `DENO_TLS_CA_STORE` * stamp: oops push 04 Nov 2025 03:50AM UTC web-flow github
52.23
19053636499 main fix: align file fetcher's user agent (#632) * fix: align file fetcher's user agent * stamp: oops * stamp: fix unit test push 04 Nov 2025 01:00AM UTC web-flow github
52.2
18963640929 main fix: when resolving dep versions, it should respect versions in deno.lock (#625) * fix: when resolving dep versions, it should respect versions in deno.lock * chore: add an integration test push 31 Oct 2025 05:59AM UTC web-flow github
52.23
18961568559 main fix(import-map): add support for import maps in user workers (#626) * feat(import-map): add support for import maps in user workers * chore: deno fmt * chore: cargo clippy * chore: update dependency * stamp: polishing --------- Co-authored-... push 31 Oct 2025 03:53AM UTC web-flow github
52.03
18956182235 main fix: make can specify `no_npm` when creating a user worker in main worker (#631) * fix: make can specify `no_npm` when creating a user worker in main worker * chore: add an integration test push 31 Oct 2025 01:08AM UTC web-flow github
51.96
See All Builds (253)
  • 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

© 2025 Coveralls, Inc