Skip to content

feat: adopt new HTTP layer from OpenAPIRuntime and migrate Functions to it #766

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

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

grdsdev
Copy link
Collaborator

@grdsdev grdsdev commented Aug 4, 2025

What kind of change does this PR introduce?

Close #634

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.

@grdsdev grdsdev changed the title chore: HTTP layer from OpenAPIRuntime refactor: adopt new HTTP layer from OpenAPIRuntime and migration Functions to it Aug 5, 2025
@grdsdev grdsdev changed the title refactor: adopt new HTTP layer from OpenAPIRuntime and migration Functions to it feat: adopt new HTTP layer from OpenAPIRuntime and migration Functions to it Aug 5, 2025
@grdsdev grdsdev changed the title feat: adopt new HTTP layer from OpenAPIRuntime and migration Functions to it feat: adopt new HTTP layer from OpenAPIRuntime and migrate Functions to it Aug 5, 2025
@coveralls
Copy link

coveralls commented Aug 5, 2025

Pull Request Test Coverage Report for Build 16836901907

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 130 of 185 (70.27%) changed or added relevant lines in 5 files are covered.
  • 3 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.4%) to 77.009%

Changes Missing Coverage Covered Lines Changed/Added Lines %
Sources/Supabase/AuthClientTransport.swift 0 7 0.0%
Sources/Helpers/HTTP/Client.swift 34 45 75.56%
Sources/Functions/FunctionsClient.swift 75 92 81.52%
Sources/Helpers/HTTP/LoggingMiddleware.swift 3 23 13.04%
Files with Coverage Reduction New Missed Lines %
Sources/Functions/FunctionsClient.swift 3 87.34%
Totals Coverage Status
Change from base Build 16830846344: -0.4%
Covered Lines: 5557
Relevant Lines: 7216

💛 - Coveralls

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.

_invokeWithStreamedResponse doesn't include auth information
2 participants