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

Collect crate metadata during 'prepare' phase of build #52

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Dec 23, 2024

  • If metadata collection fails for some reason, it would be good if we hadn't already performed any operations on the package.
  • It would be good to have the metadata earlier in the process so we can use it in other operations.

@cottsay cottsay added the enhancement New feature or request label Dec 23, 2024
@cottsay cottsay self-assigned this Dec 23, 2024
* If metadata collection fails for some reason, it would be good if we
  hadn't already performed any operations on the package.
* It would be good to have the metadata earlier in the process so we
  can use it in other operations.
@cottsay cottsay force-pushed the cottsay/collect-metadata-early branch from c56a200 to 9f0da9b Compare December 23, 2024 21:38
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.44%. Comparing base (bb6308e) to head (9f0da9b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #52      +/-   ##
==========================================
+ Coverage   68.07%   68.44%   +0.36%     
==========================================
  Files           7        7              
  Lines         260      263       +3     
  Branches       44       44              
==========================================
+ Hits          177      180       +3     
  Misses         55       55              
  Partials       28       28              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@luca-della-vedova luca-della-vedova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree, motivation and implementation look good to me, thanks!

@cottsay cottsay merged commit 2f67d2b into main Dec 24, 2024
17 checks passed
@cottsay cottsay deleted the cottsay/collect-metadata-early branch December 24, 2024 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

3 participants