juftin / hatch-pip-compile

hatch plugin to use pip-compile (or uv) to manage project dependencies and lockfiles
http://juftin.com/hatch-pip-compile/
MIT License
74 stars 3 forks source link

🧪 pip_compile_disabled #67

Closed juftin closed 7 months ago

juftin commented 7 months ago

Relates to #66.

This PR also adds pytest-xdist to speed up tests

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (9912572) 93.06% compared to head (a1fd3fb) 93.16%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #67 +/- ## ========================================== + Coverage 93.06% 93.16% +0.09% ========================================== Files 16 16 Lines 808 819 +11 Branches 128 130 +2 ========================================== + Hits 752 763 +11 Misses 35 35 Partials 21 21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

juftin commented 7 months ago

Merging this PR for the new tests and xdist functionality, will continue to review #66 as more details come in.

juftin commented 7 months ago

:tada: This PR is included in version 1.10.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: