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

Add --no-sync option to update command #688

Merged
merged 2 commits into from
Oct 20, 2021
Merged

Add --no-sync option to update command #688

merged 2 commits into from
Oct 20, 2021

Conversation

frostming
Copy link
Collaborator

@frostming frostming commented Oct 20, 2021

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 #684

@codecov-commenter
Copy link

Codecov Report

Merging #688 (29394d1) into main (4df049f) will decrease coverage by 0.01%.
The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #688      +/-   ##
==========================================
- Coverage   83.66%   83.64%   -0.02%     
==========================================
  Files          73       73              
  Lines        6114     6116       +2     
  Branches     1083     1084       +1     
==========================================
+ Hits         5115     5116       +1     
  Misses        707      707              
- Partials      292      293       +1     
Flag Coverage Δ
unittests 83.43% <80.00%> (-0.02%) ⬇️

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

Impacted Files Coverage Δ
pdm/cli/actions.py 75.69% <50.00%> (-0.24%) ⬇️
pdm/cli/commands/update.py 100.00% <100.00%> (ø)
pdm/models/requirements.py 92.60% <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 4df049f...29394d1. Read the comment docs.

@frostming frostming merged commit 28fcd42 into main Oct 20, 2021
@frostming frostming deleted the feature/684 branch October 20, 2021 09:09
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 --no-sync option to pdm-update
2 participants