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: write .pdm-python to .gitignore when running pdm init #1785

Merged
merged 1 commit into from
Mar 27, 2023

Conversation

frostming
Copy link
Collaborator

Signed-off-by: Frost Ming [email protected]

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.

Fix #1749

@codecov-commenter
Copy link

codecov-commenter commented Mar 27, 2023

Codecov Report

Patch coverage: 77.77% and no project coverage change.

Comparison is base (9461649) 85.18% compared to head (e6b4f8b) 85.19%.

📣 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           @@
##             main    #1785   +/-   ##
=======================================
  Coverage   85.18%   85.19%           
=======================================
  Files          95       95           
  Lines        8895     8913   +18     
  Branches     1939     1941    +2     
=======================================
+ Hits         7577     7593   +16     
- Misses        891      892    +1     
- Partials      427      428    +1     
Flag Coverage Δ
unittests 84.99% <77.77%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
src/pdm/cli/actions.py 77.82% <77.77%> (-0.01%) ⬇️

... and 1 file with indirect coverage changes

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 in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@frostming frostming merged commit bd44dfd into main Mar 27, 2023
@frostming frostming deleted the feat/gitignore branch March 27, 2023 08:48
@frostming frostming added this to the Release 2.5 milestone Mar 29, 2023
@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.

Include .pdm.toml in root .gitignore when running pdm init
2 participants