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: support implicit python script execution #1628

Merged
merged 1 commit into from
Jan 18, 2023
Merged

Conversation

frostming
Copy link
Collaborator

@frostming frostming commented Jan 18, 2023

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

@codecov-commenter
Copy link

codecov-commenter commented Jan 18, 2023

Codecov Report

Base: 85.26% // Head: 85.26% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (6ab8fba) compared to base (4504f15).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1628      +/-   ##
==========================================
- Coverage   85.26%   85.26%   -0.01%     
==========================================
  Files          92       92              
  Lines        8492     8490       -2     
  Branches     1829     1831       +2     
==========================================
- Hits         7241     7239       -2     
  Misses        843      843              
  Partials      408      408              
Flag Coverage Δ
unittests 85.08% <100.00%> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
src/pdm/cli/commands/run.py 91.73% <100.00%> (+0.13%) ⬆️
src/pdm/cli/utils.py 80.96% <0.00%> (-0.22%) ⬇️
src/pdm/formats/poetry.py 85.91% <0.00%> (-0.20%) ⬇️

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 b3c2ad4 into main Jan 18, 2023
@frostming frostming deleted the feat/implicit-python branch January 18, 2023 03:19
@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.

On Windows, pdm run python_file.py fails
2 participants