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

feat: encode selected groups into lockfile #1741

Merged
merged 3 commits into from
Feb 28, 2023
Merged

feat: encode selected groups into lockfile #1741

merged 3 commits into from
Feb 28, 2023

Conversation

frostming
Copy link
Collaborator

Pull Request Checklist

  • 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.

Resolve #1704

@frostming frostming changed the title Feat/lock-groups feat: encode selected groups into lockfile Feb 28, 2023
@codecov-commenter
Copy link

codecov-commenter commented Feb 28, 2023

Codecov Report

Base: 85.23% // Head: 85.36% // Increases project coverage by +0.12% 🎉

Coverage data is based on head (b44b924) compared to base (2f17b59).
Patch coverage: 91.33% of modified lines in pull request are covered.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1741      +/-   ##
==========================================
+ Coverage   85.23%   85.36%   +0.12%     
==========================================
  Files          92       93       +1     
  Lines        8672     8735      +63     
  Branches     1883     1897      +14     
==========================================
+ Hits         7392     7457      +65     
+ Misses        862      861       -1     
+ Partials      418      417       -1     
Flag Coverage Δ
unittests 85.18% <91.33%> (+0.13%) ⬆️

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

Impacted Files Coverage Δ
src/pdm/cli/options.py 94.84% <ø> (ø)
src/pdm/pytest.py 92.69% <0.00%> (+0.04%) ⬆️
src/pdm/cli/actions.py 77.77% <89.47%> (+0.02%) ⬆️
src/pdm/cli/filters.py 92.42% <92.42%> (ø)
src/pdm/cli/commands/add.py 88.88% <100.00%> (+0.65%) ⬆️
src/pdm/cli/commands/export.py 100.00% <100.00%> (ø)
src/pdm/cli/commands/install.py 89.28% <100.00%> (+0.82%) ⬆️
src/pdm/cli/commands/lock.py 100.00% <100.00%> (ø)
src/pdm/cli/commands/remove.py 100.00% <100.00%> (ø)
src/pdm/cli/commands/sync.py 100.00% <100.00%> (ø)
... and 9 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@frostming frostming merged commit cec8954 into dev Feb 28, 2023
@frostming frostming deleted the feat/lock-groups branch February 28, 2023 03:33
@frostming frostming linked an issue Mar 1, 2023 that may be closed by this pull request
@j178 j178 mentioned this pull request Apr 3, 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.

feature: Only lock selected groups into the lockfile
2 participants