Skip to content

Conversation

@vEnhance
Copy link
Owner

  • Replace poetry with uv for package management
  • Update pyproject.toml to use PEP 621 format with dependency-groups
  • Replace poetry.lock with uv.lock
  • Update Makefile to use uv commands (with coverage in test)
  • Update CI workflow to use astral-sh/setup-uv
  • Update Dockerfile to use uv
  • Update start.sh to use uv
  • Modernize README.md and CONTRIBUTING.md documentation
  • Add CLAUDE.md for Claude Code guidance

BREAKING CHANGE: poetry is no longer supported, use uv instead

- Replace poetry with uv for package management
- Update pyproject.toml to use PEP 621 format with dependency-groups
- Replace poetry.lock with uv.lock
- Update Makefile to use uv commands (with coverage in test)
- Update CI workflow to use astral-sh/setup-uv
- Update Dockerfile to use uv
- Update start.sh to use uv
- Modernize README.md and CONTRIBUTING.md documentation
- Add CLAUDE.md for Claude Code guidance

BREAKING CHANGE: poetry is no longer supported, use uv instead
Remove conflicting coverage run wrapper and use pytest-cov's built-in
lcov report generation instead.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 19587457214

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 (+34.0%) to 93.331%

Totals Coverage Status
Change from base Build 19584122705: 34.0%
Covered Lines: 8337
Relevant Lines: 8756

💛 - Coveralls

@vEnhance vEnhance merged commit cd79b9b into main Nov 25, 2025
3 checks passed
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