Skip to content

Conversation

pv8
Copy link
Owner

@pv8 pv8 commented Aug 24, 2025

Summary

Add uv package manager support for faster dependency management and CI builds

Changes

  • Add uv.lock file for reproducible dependency management
  • Update GitHub Actions workflow to use uv with caching for faster CI
  • Add uv instructions to README.md for tests, linting, and type checking

pv8 added 2 commits August 23, 2025 10:16
- Add uv.lock file for reproducible dependency management
- Update GitHub Actions workflow to use uv for faster CI builds
- Maintain backward compatibility with pip/setuptools
- Add uv instructions for tests, linting, and type checking
- Fix "flake8: command not found" error in CI
- Run flake8, mypy, and pytest through uv run
- Ensures commands use the uv-managed virtual environment
Copy link

codecov bot commented Aug 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.97%. Comparing base (049c924) to head (efde3c4).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #257   +/-   ##
=======================================
  Coverage   97.97%   97.97%           
=======================================
  Files          10       10           
  Lines         642      642           
  Branches       31       31           
=======================================
  Hits          629      629           
  Misses         11       11           
  Partials        2        2           
Flag Coverage Δ
unittests 97.97% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant