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: generate provenance_url.json when installing packages(PEP 710) #3013

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

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.

@frostming frostming linked an issue Jul 12, 2024 that may be closed by this pull request
Copy link

codecov bot commented Jul 12, 2024

Codecov Report

Attention: Patch coverage is 85.71429% with 3 lines in your changes missing coverage. Please review.

Project coverage is 85.64%. Comparing base (d2c6261) to head (cfa02ab).
Report is 35 commits behind head on main.

Files Patch % Lines
src/pdm/models/candidates.py 83.33% 1 Missing and 1 partial ⚠️
src/pdm/installers/manager.py 85.71% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3013      +/-   ##
==========================================
+ Coverage   85.60%   85.64%   +0.04%     
==========================================
  Files         109      109              
  Lines       10913    10972      +59     
  Branches     2386     2399      +13     
==========================================
+ Hits         9342     9397      +55     
- Misses       1086     1087       +1     
- Partials      485      488       +3     
Flag Coverage Δ
unittests 85.44% <85.71%> (+0.03%) ⬆️

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 force-pushed the feat/provenance-url branch 2 times, most recently from ddf0706 to 5ad7ef1 Compare July 15, 2024 11:17
Signed-off-by: Frost Ming <[email protected]>
@frostming frostming marked this pull request as ready for review July 30, 2024 11:19
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.

Implement provenance records for installed packages (PEP 710)
1 participant