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

supabase / wrappers
80%

Build:
DEFAULT BRANCH: main
Repo Added 17 Dec 2024 03:43PM UTC
Files 72
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: SELECT
CHANGE BRANCH
x
  • No branch selected
  • bo/choer/bump-v0.5.1
  • bo/chore/bq-json
  • bo/chore/bump-v0.5.2
  • bo/chore/bump-v0.5.3
  • bo/chore/bump-v0.5.4
  • bo/chore/bump-v0.5.5
  • bo/chore/change-embd-to-s3vec
  • bo/chore/clerk-fdw-release
  • bo/chore/clickhouse-steam-buffer-size
  • bo/chore/coverage-up
  • bo/chore/duckdb
  • bo/chore/fdw-state-drop
  • bo/chore/github-runner
  • bo/chore/iceberg-create-table
  • bo/chore/more-tests
  • bo/chore/notion-0.1.1
  • bo/chore/pg18
  • bo/chore/remove-bucket-name-option
  • bo/chore/rust-lint-cfgs
  • bo/chore/s3vectors-arn-replacement
  • bo/chore/s3vectors-batch-size
  • bo/chore/upgrade-rust
  • bo/chore/v0.4.5
  • bo/chore/v0.5.0
  • bo/chore/wrappers-0.5.6
  • bo/chore/wrappers-0.5.7
  • bo/ci/adjust-runner
  • bo/ci/arm-runner
  • bo/ci/blacksmith
  • bo/ci/coverage
  • bo/ci/multiple-locked
  • bo/ci/wasm-fdw-release
  • bo/docs/airtable-types
  • bo/docs/auth0-svr-option
  • bo/docs/hubspot-0.1.0
  • bo/docs/iceberg-batch-size
  • bo/docs/motherduck
  • bo/docs/notion-0.1.1
  • bo/docs/orb-0.1.0
  • bo/docs/readme-reorder
  • bo/docs/redis-ssl
  • bo/docs/s3vectors-metadata-filtering
  • bo/docs/shopify-fdw-checksum
  • bo/docs/vault-create-secret
  • bo/feat/clerk-fdw
  • bo/feat/clickhouse-types
  • bo/feat/clickhouse-uuid
  • bo/feat/cognito-autoschema
  • bo/feat/gravatar-fdw
  • bo/feat/hubspot-fdw
  • bo/feat/iceberg-fdw
  • bo/feat/iceberg-insert
  • bo/feat/orb-fdw
  • bo/feat/shopify-fdw
  • bo/feat/snowflake-timeout
  • bo/feat/stripe-schema
  • bo/feat/wasm-import-schema
  • bo/feat/wasm-import-schema-other
  • bo/fix/anstream
  • bo/fix/ci-clippy
  • bo/fix/ci-rust-toolchain
  • bo/fix/clickhouse-array-qual
  • bo/fix/clickhouse-login
  • bo/fix/clickhouse-streaming
  • bo/fix/clickhouse-timestamptz
  • bo/fix/clickhouse-type-cast
  • bo/fix/clickhouse-uuid
  • bo/fix/data-modify-drop
  • bo/fix/duckdb-import-schema
  • bo/fix/fix-coverage
  • bo/fix/icberg-fdw-options
  • bo/fix/iceberg-fdw-perf
  • bo/fix/iceberg-ft-option
  • bo/fix/mssql-numeric
  • bo/fix/notion-blocks-order
  • bo/fix/null-bytea
  • bo/fix/pgrx-install-locked
  • bo/fix/redis-tls-init
  • bo/fix/release-ci
  • bo/fix/release-workflow
  • bo/fix/relocatable-ext
  • bo/fix/s3fdw-parquet-read
  • bo/fix/s3vectors-fdw-inclusion
  • bo/fix/upgrade-dep
  • bo/fix/upgrade-s3vectors
  • bo/fix/wasm-fdw-release
  • bo/fix/wrappers-memctx
  • bo/perf/iceberg-direct-insert
  • bump-version
  • bump_pgrx_to_0.14.3
  • chore/docs-deploy
  • chore/harden-actions
  • chore/update-notion-doc
  • ci/docs-deploy-tag
  • dependabot/cargo/openssl-0.10.70
  • dependabot/cargo/openssl-0.10.72
  • dependabot/cargo/ring-0.17.13
  • dependabot/cargo/tokio-1.43.1
  • dependabot/cargo/tracing-subscriber-0.3.20
  • dependabot/cargo/wasmtime-36.0.3
  • duckdb-motherduck
  • feat/improve-docs-and-error-handling
  • feat/shopify
  • feat/slack
  • fix-typo-docs-iceberg-wrapper
  • fix/31857
  • main
  • patch-1
  • pcnc/runner-group
  • pg13-pg_guard-extern-C
  • snyk-fix-3f49a78dbdb40e4301ec0fc385bf99f3
  • snyk-fix-435b890071a3e88cb8bd982fc92f5da3
  • snyk-fix-99363f78d3c00b9e8a3c1b6a54032480
  • snyk-fix-e239b504346b5223775bb0dad8f1cbd1
  • wrappers-s3vectors-fdw

13 Dec 2025 06:17AM UTC coverage: 79.717% (+0.09%) from 79.624%
20188052842

push

github

web-flow
fix: memory context release error when drop fdw modify state (#536)

* fix: fdw modify state drop issue

* Update supabase-wrappers/src/memctx.rs

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

* add bigquery fdw test case for unsupoorted type

---------

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

34 of 42 new or added lines in 2 files covered. (80.95%)

8458 of 10610 relevant lines covered (79.72%)

41.88 hits per line

Relevant lines Covered
Build:
Build:
10610 RELEVANT LINES 8458 COVERED LINES
41.88 HITS PER LINE
Source Files on main
  • Tree
  • List 72
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20188052842 main fix: memory context release error when drop fdw modify state (#536) * fix: fdw modify state drop issue * Update supabase-wrappers/src/memctx.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * add bigquery fdw test case f... push 13 Dec 2025 06:49AM UTC web-flow github
79.72
20152592678 bo/fix/redis-tls-init Merge e00b708b9 into 7574fa508 Pull #537 12 Dec 2025 01:37AM UTC web-flow github
79.64
20138172466 bo/fix/data-modify-drop Merge dd3bbde6e into 7574fa508 Pull #536 11 Dec 2025 09:25PM UTC web-flow github
79.72
20122711902 bo/fix/clickhouse-timestamptz Merge 749b4bb39 into 7574fa508 Pull #535 11 Dec 2025 06:15AM UTC web-flow github
79.79
20091527433 bo/feat/snowflake-timeout Merge 3696a46d3 into 7574fa508 Pull #534 10 Dec 2025 08:35AM UTC web-flow github
79.62
20090871726 bo/feat/snowflake-timeout Merge 68114b393 into 7574fa508 Pull #534 10 Dec 2025 08:16AM UTC web-flow github
79.62
20090662776 main chore(deps): bump wasmtime from 32.0.1 to 36.0.3 (#523) * chore(deps): bump wasmtime from 32.0.1 to 36.0.3 Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 32.0.1 to 36.0.3. - [Release notes](https://github.com/bytecodeallianc... push 10 Dec 2025 08:08AM UTC web-flow github
79.62
20088144008 dependabot/cargo/wasmtime-36.0.3 Merge fdeb6ed98 into 374cf9fdb Pull #523 10 Dec 2025 06:06AM UTC web-flow github
79.62
19663145736 main fix: extension upgrade issue with s3vectors_fdw (#530) push 25 Nov 2025 08:58AM UTC web-flow github
79.62
19662291790 bo/fix/upgrade-s3vectors Merge d578d8596 into 0ea88c2da Pull #530 25 Nov 2025 08:19AM UTC web-flow github
79.62
See All Builds (284)
  • 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