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

Feature: pdm lock --refresh #812

Merged
merged 2 commits into from
Dec 21, 2021
Merged

Feature: pdm lock --refresh #812

merged 2 commits into from
Dec 21, 2021

Conversation

frostming
Copy link
Collaborator

Pull Request Check List

  • A news fragment is added in news/ describing what is new.
  • Test cases added for changed code.

Describe what you have changed in this PR.

Close #642

@codecov-commenter
Copy link

codecov-commenter commented Dec 21, 2021

Codecov Report

Merging #812 (d04a905) into main (cb186d8) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #812      +/-   ##
==========================================
+ Coverage   83.94%   83.95%   +0.01%     
==========================================
  Files          74       74              
  Lines        6258     6262       +4     
  Branches     1123     1124       +1     
==========================================
+ Hits         5253     5257       +4     
  Misses        701      701              
  Partials      304      304              
Flag Coverage Δ
unittests 83.74% <100.00%> (+0.01%) ⬆️

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

Impacted Files Coverage Δ
pdm/cli/actions.py 77.34% <100.00%> (+0.18%) ⬆️
pdm/cli/commands/lock.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cb186d8...d04a905. Read the comment docs.

@frostming frostming merged commit 2a9c21f into main Dec 21, 2021
@frostming frostming deleted the feature/lock-refresh branch December 21, 2021 01:18
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.

Provide a way to update content_hash in pdm.lock without updating
2 participants