Skip to content

chore: include functions-py into monorepo #1204

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

o-santi
Copy link
Contributor

@o-santi o-santi commented Aug 19, 2025

What kind of change does this PR introduce?

More functions-py into the monorepo.

Additional context

I believe the check list for moving both this project and the next ones should be roughly the following:

  • Add it as an entry to the workspace in pyproject.toml
  • Copy the relevant files to src/{project_name} (including CHANGELOG.md, LICENSE and Makefile!)
  • Use the package directly from workspace in src/supabase, instead of from pypi.
  • Add its tests to the main Makefile, and the directory itself to make publish.
  • For projects using unasync-cli, switch away from it.
  • Add it to main README.md

@coveralls
Copy link

coveralls commented Aug 19, 2025

Pull Request Test Coverage Report for Build 17073102455

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

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+2.5%) to 90.714%

Totals Coverage Status
Change from base Build 17044247007: 2.5%
Covered Lines: 2032
Relevant Lines: 2240

💛 - Coveralls

@o-santi o-santi requested review from silentworks and grdsdev August 19, 2025 14:55
]
license = "MIT"
readme = "README.md"
repository = "https://github.com/supabase/functions-py"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be updated to match the mono repo setup

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.

4 participants