Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(typegen): pass down sslmode param to pgmeta #1948

Merged
merged 1 commit into from
Feb 14, 2024
Merged

fix(typegen): pass down sslmode param to pgmeta #1948

merged 1 commit into from
Feb 14, 2024

Conversation

sweatybridge
Copy link
Contributor

What kind of change does this PR introduce?

Bug fix supabase/postgres-meta#719

What is the current behavior?

Please link any relevant issues here.

What is the new behavior?

Feel free to include screenshots if it includes visual changes.

Additional context

Add any other context or screenshots.

@sweatybridge sweatybridge requested a review from a team as a code owner February 14, 2024 06:12
@coveralls
Copy link

Pull Request Test Coverage Report for Build 7897232888

Details

  • -2 of 10 (80.0%) changed or added relevant lines in 1 file are covered.
  • 5 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.01%) to 58.584%

Changes Missing Coverage Covered Lines Changed/Added Lines %
internal/gen/types/typescript/typescript.go 8 10 80.0%
Files with Coverage Reduction New Missed Lines %
internal/gen/keys/keys.go 5 11.76%
Totals Coverage Status
Change from base Build 7897151039: -0.01%
Covered Lines: 6166
Relevant Lines: 10525

💛 - Coveralls

@sweatybridge sweatybridge merged commit 2b7edc7 into main Feb 14, 2024
9 checks passed
@sweatybridge sweatybridge deleted the sslmode branch February 14, 2024 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sslmode=require ignored on postgresql URL with gen types --db-url
2 participants