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

Convert publish to xtask. #2148

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

Conversation

hdost
Copy link
Contributor

@hdost hdost commented Sep 25, 2024

I'd like to consider moving more tasks to the xtask over bash especially for scripts which have any more complex logic.

I would consider also converting the command to using clap, but currently not needed, but could be nice.

Next script would be msrv.sh

Fixes #
Design discussion issue (if applicable) #

Changes

Please provide a brief description of the changes here.

Merge requirement checklist

  • CONTRIBUTING guidelines followed
  • Unit tests added/updated (if applicable)
  • Appropriate CHANGELOG.md files updated for non-trivial, user-facing changes
  • Changes in public API reviewed (if applicable)

I'd like to consider moving more tasks to the xtask over bash especially
for scripts which have any more complex logic.

I would consider also converting the command to using clap, but
currently not needed, but could be nice.

Next script would be msrv.sh
@hdost hdost requested a review from a team as a code owner September 25, 2024 20:01
Copy link

codecov bot commented Sep 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.2%. Comparing base (ed27611) to head (49f2116).

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #2148   +/-   ##
=====================================
  Coverage   79.2%   79.2%           
=====================================
  Files        121     121           
  Lines      20980   20980           
=====================================
  Hits       16625   16625           
  Misses      4355    4355           

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

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.

2 participants