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 install --check #813

Merged
merged 4 commits into from Dec 21, 2021
Merged

Feature: pdm install --check #813

merged 4 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 #810

@codecov-commenter
Copy link

codecov-commenter commented Dec 21, 2021

Codecov Report

Merging #813 (0736bbd) into main (2a9c21f) will decrease coverage by 0.37%.
The diff coverage is 81.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #813      +/-   ##
==========================================
- Coverage   83.95%   83.57%   -0.38%     
==========================================
  Files          74       74              
  Lines        6262     6272      +10     
  Branches     1124     1125       +1     
==========================================
- Hits         5257     5242      -15     
- Misses        701      736      +35     
+ Partials      304      294      -10     
Flag Coverage Δ
unittests 83.37% <81.81%> (-0.38%) ⬇️

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

Impacted Files Coverage Δ
pdm/cli/actions.py 78.04% <76.92%> (+0.70%) ⬆️
pdm/cli/commands/install.py 88.46% <87.50%> (+0.96%) ⬆️
pdm/cli/commands/sync.py 100.00% <100.00%> (ø)
pdm/models/setup.py 42.29% <0.00%> (-10.28%) ⬇️

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 2a9c21f...0736bbd. Read the comment docs.

@frostming frostming merged commit 61a6f1b into main Dec 21, 2021
@frostming frostming deleted the feature/install-check branch December 21, 2021 02:06
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.

pipenv install --deploy / poetry lock --check equivalent?
2 participants