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: add an ephemeral wheel cache in process #1885

Merged
merged 3 commits into from
May 5, 2023
Merged

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.

Close #1869

frostming added 3 commits May 5, 2023 19:43
Signed-off-by: Frost Ming <[email protected]>
Signed-off-by: Frost Ming <[email protected]>
@frostming frostming force-pushed the feat/ephemeral-cache branch from 6e5939e to 8720963 Compare May 5, 2023 11:44
@codecov-commenter
Copy link

codecov-commenter commented May 5, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.02 🎉

Comparison is base (d714311) 85.41% compared to head (8720963) 85.43%.

📣 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    #1885      +/-   ##
==========================================
+ Coverage   85.41%   85.43%   +0.02%     
==========================================
  Files          99       99              
  Lines        9085     9098      +13     
  Branches     1962     1963       +1     
==========================================
+ Hits         7760     7773      +13     
  Misses        895      895              
  Partials      430      430              
Flag Coverage Δ
unittests 85.24% <100.00%> (+0.02%) ⬆️

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

Impacted Files Coverage Δ
src/pdm/models/caches.py 88.48% <100.00%> (+0.91%) ⬆️
src/pdm/models/candidates.py 87.16% <100.00%> (-0.04%) ⬇️
src/pdm/project/core.py 90.62% <100.00%> (ø)

☔ 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 c2178ce into main May 5, 2023
@frostming frostming deleted the feat/ephemeral-cache branch May 5, 2023 12:12
@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.

Install cache is not concurrent-proof - errors on parallel executions
2 participants