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

supabase / postgres-meta
84%

Build:
DEFAULT BRANCH: master
Repo Added 05 Feb 2025 02:24AM UTC
Token dkrWg0RpT2TL6jXoq6lIpRNJ8wSPIO5I9 regen
Build 203 Last
Files 82
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 master
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • add-application-name
  • avallete-patch-1
  • avallete/fix-indexes-array-results
  • avallete/pg-add-maximum-query-resultsize-limit
  • avallete/pgmeta-60-fastifyerror-request-body-is-too-large
  • avallete/pgmeta-63-generated-types-not-consistently-reproducible
  • avallete/pgmeta-73-suboptimal-tables-query-schema-filter-happens-late
  • avallete/pgmeta-74-add-a-way-on-postgres-meta-repository-to-trigger-canary
  • charis/primary-key-order
  • chore-review-actions
  • chore/add-python-types-runtime-canary-check
  • chore/add-sentry-monitoring
  • chore/bump-pgsql-parser
  • chore/cd-perms
  • chore/coveralls
  • chore/ignore-sentryclirc
  • chore/isolate-function-type-generation
  • chore/refactor-typegen-loops
  • chore/update-codeowners
  • chore/update-result-size-env-format
  • chore/upgrade-deps
  • ci/fix-canary-comment-action
  • close-both-apps
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/github-script-8
  • dependabot/github_actions/actions/setup-node-5
  • dependabot/github_actions/actions/setup-node-6
  • dependabot/github_actions/aws-actions/configure-aws-credentials-5
  • dependabot/github_actions/aws-actions/configure-aws-credentials-6
  • dependabot/github_actions/cycjimmy/semantic-release-action-5
  • dependabot/npm_and_yarn/fastify-4.29.1
  • dependabot/npm_and_yarn/multi-c22e25d29b
  • dependabot/npm_and_yarn/pino-pretty-13.1.1
  • dependabot/npm_and_yarn/pino-pretty-13.1.2
  • dependabot/npm_and_yarn/vite-6.2.4
  • dependabot/npm_and_yarn/vite-6.2.5
  • dependabot/npm_and_yarn/vite-6.2.6
  • dependabot/npm_and_yarn/vite-6.3.4
  • dependabot/npm_and_yarn/vite-6.3.6
  • dependabot/npm_and_yarn/vite-6.4.1
  • dependabot/npm_and_yarn/vitest-3.0.5
  • etienne/bump-ci
  • etienne/sec-574-trusted-publisher-pg-meta
  • feat/add-functions-setof-type-introspection
  • feat/add-functions-setof-type-introspection-v2
  • feat/add-idle-timeout-session
  • feat/add-internal-supabase-options-schema
  • feat/application-name
  • feat/parameter-binding
  • feature/python-generator
  • fix-remove-cache-release-action
  • fix/add-graceful-exit-logging
  • fix/add-query-timeout
  • fix/catch-invalid-url-early
  • fix/correct-instantiate-spelling
  • fix/functions-typescript-type-definition
  • fix/inconsistent-function-return-types
  • fix/non-included-schemas-filters
  • fix/npm-release-repository-format
  • fix/nullable-interval-types
  • fix/only-add-statement-timeout-on-direct-connection
  • fix/prefer-current-schema-typescript-typegen
  • fix/query-timeout-connection-closing
  • fix/this-end-is-not-a-function-error
  • fix/trigger-release
  • fix/ts-template-default-schema
  • fix/ts-typegen-stable-functions-union-orders
  • fix/typescript-type-generation
  • fix/typescrypt-gen-args-sorting
  • fix/union-unknown-null
  • gwax/add-enum-constants
  • kiwicopple-patch-1
  • master
  • or/entity-route-test-coverage
  • referenced_column_sort_fix
  • silentworks/python-type-gen-fix
  • supabase-numeric-to-swift-decimal
  • tests

09 Jan 2026 01:07AM UTC coverage: 83.907% (+0.002%) from 83.905%
20837612587

push

github

web-flow
fix(typescript): infer nullable INTERVAL columns as string | null (#1031)

* fix(types): infer nullable INTERVAL as string | null

* test: add e2e test with null and required interval

* fix: interval types mapping for python

---------

Co-authored-by: avallete <andrew.valleteau@supabase.io>

1156 of 1493 branches covered (77.43%)

Branch coverage included in aggregate %.

3 of 3 new or added lines in 2 files covered. (100.0%)

6258 of 7343 relevant lines covered (85.22%)

89.41 hits per line

Relevant lines Covered
Build:
Build:
7343 RELEVANT LINES 6258 COVERED LINES
89.41 HITS PER LINE
Source Files on master
  • Tree
  • List 82
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20837612587 master fix(typescript): infer nullable INTERVAL columns as string | null (#1031) * fix(types): infer nullable INTERVAL as string | null * test: add e2e test with null and required interval * fix: interval types mapping for python --------- Co-author... push 09 Jan 2026 01:08AM UTC web-flow github
83.91
20807237661 fix/nullable-interval-types Merge 025ce0d05 into 185eac0e5 Pull #1031 08 Jan 2026 06:03AM UTC web-flow github
83.91
20789025815 fix/nullable-interval-types Merge a71531d88 into 185eac0e5 Pull #1031 07 Jan 2026 08:08PM UTC web-flow github
83.9
20160694137 master chore(typegen): add canary python types runtime (#1028) * chore(typegen): add canary python types runtime * chore(ci): test workflow on PR * chore: remove cache * Revert "fix(typegen): python type missing uuid import (#1027)" This reverts com... push 12 Dec 2025 08:21AM UTC web-flow github
83.9
20140565650 chore/add-python-types-runtime-canary-check Merge e689eaceb into 2c41dd941 Pull #1028 11 Dec 2025 04:46PM UTC web-flow github
83.9
20133880955 chore/add-python-types-runtime-canary-check Merge 0d74cdc82 into 2c41dd941 Pull #1028 11 Dec 2025 12:59PM UTC web-flow github
83.87
20133821329 chore/add-python-types-runtime-canary-check Merge a5140034b into 2c41dd941 Pull #1028 11 Dec 2025 12:57PM UTC web-flow github
83.87
20133772890 chore/add-python-types-runtime-canary-check Merge 3ce560ef9 into 2c41dd941 Pull #1028 11 Dec 2025 12:55PM UTC web-flow github
83.87
20133475492 master fix(typegen): python type missing uuid import (#1027) * fix(typegen): python type missing uuid import * chore(tests): update python generator test push 11 Dec 2025 12:44PM UTC web-flow github
83.87
20132724267 silentworks/python-type-gen-fix Merge 8c19dcd49 into 803a77cf4 Pull #1027 11 Dec 2025 12:15PM UTC web-flow github
83.87
See All Builds (203)

Badge your Repo: postgres-meta

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • 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