Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

Migrate from poetry to uv#3

Open
hacktobeer wants to merge 3 commits intomainfrom
update--maintenance-scripts
Open

Migrate from poetry to uv#3
hacktobeer wants to merge 3 commits intomainfrom
update--maintenance-scripts

Conversation

@hacktobeer
Copy link
Copy Markdown
Contributor

@hacktobeer hacktobeer commented Jan 20, 2026

  • migrate from poetry to uv
  • add some more github actions

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 20, 2026

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

Thanks for integrating Codecov - We've got you covered ☂️

@hacktobeer hacktobeer marked this pull request as ready for review January 20, 2026 14:18
@hacktobeer
Copy link
Copy Markdown
Contributor Author

@jaegeral ptal

@hacktobeer hacktobeer requested a review from jaegeral January 20, 2026 15:33
Copy link
Copy Markdown
Collaborator

@jaegeral jaegeral left a comment

Choose a reason for hiding this comment

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

Some comments

- name: Create pull request
uses: peter-evans/create-pull-request@v7
with:
committer: hacktobeer <ramsesdebeer@gmail.com>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Could that be ```
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

That gives issues with the Google CLA github agreement thing.

run: uv sync --group test
- name: Test with pytest - ${{ matrix.python-version }}
run: uv run pytest -s --cov=. --cov-branch --cov-report=xml -v
# Please uncomment this if your organization uses Codecov test coverage!
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

should this be reomved or do you plan to un comment that in the near future?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

We enable it for repositories bit-by-bit so keeping it commented here makes sense for now.

@hacktobeer hacktobeer requested a review from jaegeral January 21, 2026 08:25
Copy link
Copy Markdown
Collaborator

@jaegeral jaegeral left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants