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(lockfile): add @generated comment #1612

Merged
merged 2 commits into from
Jan 12, 2023
Merged

feat(lockfile): add @generated comment #1612

merged 2 commits into from
Jan 12, 2023

Conversation

BlueGlassBlock
Copy link
Contributor

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.

A comment containing @generated will be automatically added to the beginning of pdm.lock.

Resolves #1611.

@codecov-commenter
Copy link

codecov-commenter commented Jan 12, 2023

Codecov Report

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

Coverage data is based on head (850fda5) compared to base (c4e1a4c).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1612      +/-   ##
==========================================
- Coverage   85.33%   85.26%   -0.07%     
==========================================
  Files          92       92              
  Lines        8480     8488       +8     
  Branches     1995     1828     -167     
==========================================
+ Hits         7236     7237       +1     
- Misses        839      843       +4     
- Partials      405      408       +3     
Flag Coverage Δ
unittests 85.08% <100.00%> (-0.07%) ⬇️

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

Impacted Files Coverage Δ
src/pdm/project/lockfile.py 100.00% <100.00%> (ø)
src/pdm/models/specifiers.py 77.54% <0.00%> (-1.76%) ⬇️
src/pdm/models/candidates.py 86.82% <0.00%> (-0.60%) ⬇️

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 d8d7343 into pdm-project:main Jan 12, 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.

Mark pdm.lock as generated
3 participants