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: Use env PDM_NO_EDITABLE as the default value for --no-editable option. #2613

Merged
merged 3 commits into from
Feb 4, 2024

Conversation

huxuan
Copy link
Contributor

@huxuan huxuan commented Feb 4, 2024

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.

Use env PDM_NO_EDITABLE as the default value for --no-editable option. Fix #2602

BTW, no test case is added as seems there are no existing simliar test cases and unnecessary to test the env functionality of argparse option.

@huxuan huxuan marked this pull request as ready for review February 4, 2024 04:52
Copy link

codecov bot commented Feb 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4facb22) 84.79% compared to head (67939d3) 84.79%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2613   +/-   ##
=======================================
  Coverage   84.79%   84.79%           
=======================================
  Files         104      104           
  Lines       10392    10392           
  Branches     2273     2273           
=======================================
  Hits         8812     8812           
  Misses       1106     1106           
  Partials      474      474           
Flag Coverage Δ
unittests 84.58% <ø> (ø)

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

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

@frostming frostming merged commit 08f7b7c into pdm-project:main Feb 4, 2024
21 checks passed
@huxuan huxuan deleted the xuan.hu/env_pdm_no_editable branch February 4, 2024 09:01
@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.

PDM_NO_EDITABLE just like PDM_NO_SELF?
2 participants