Skip to content
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

Lock command #122

Closed
wants to merge 6 commits into from
Closed

Lock command #122

wants to merge 6 commits into from

Conversation

sbidoul
Copy link
Owner

@sbidoul sbidoul commented Sep 17, 2023

closes #121

@codecov
Copy link

codecov bot commented Sep 17, 2023

Codecov Report

Attention: 108 lines in your changes are missing coverage. Please review.

Comparison is base (4e3b66d) 7.64% compared to head (0c567b9) 6.97%.
Report is 6 commits behind head on master.

Files Patch % Lines
src/pip_deepfreeze/installed_dist.py 0.00% 39 Missing ⚠️
src/pip_deepfreeze/pip.py 0.00% 35 Missing ⚠️
src/pip_deepfreeze/lock.py 0.00% 28 Missing and 2 partials ⚠️
src/pip_deepfreeze/__main__.py 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           master    #122      +/-   ##
=========================================
- Coverage    7.64%   6.97%   -0.68%     
=========================================
  Files          17      18       +1     
  Lines        1059    1162     +103     
  Branches      220     247      +27     
=========================================
  Hits           81      81              
- Misses        966    1067     +101     
- Partials       12      14       +2     

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

@sbidoul sbidoul closed this Feb 24, 2024
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.

Add lock command when the target pip supports pip install --dry-run --report
1 participant