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

Add rye support #799

Merged
merged 1 commit into from
May 13, 2024
Merged

Add rye support #799

merged 1 commit into from
May 13, 2024

Conversation

alok
Copy link
Contributor

@alok alok commented May 13, 2024

Rye is a new cargo-like package manager for python by @mitsuhiko.

Standards checklist:

  • The PR title is descriptive.
  • I have read CONTRIBUTING.md
  • The code compiles (cargo build)
  • The code passes rustfmt (cargo fmt)
  • The code passes clippy (cargo clippy)
  • The code passes tests (cargo test)
  • Optional: I have tested the code myself

Rye is a new cargo-like package manager for python by @mitsuhiko.
Copy link

codecov bot commented May 13, 2024

Codecov Report

Attention: Patch coverage is 0% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 6.65%. Comparing base (4d66431) to head (dd4b66d).

Files Patch % Lines
src/steps/generic.rs 0.00% 6 Missing ⚠️
src/config.rs 0.00% 1 Missing ⚠️
src/main.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##            main    #799      +/-   ##
========================================
- Coverage   6.81%   6.65%   -0.17%     
========================================
  Files         37      37              
  Lines      11820   12107     +287     
========================================
  Hits         806     806              
- Misses     11014   11301     +287     

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

Copy link
Member

@SteveLauC SteveLauC left a comment

Choose a reason for hiding this comment

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

Thanks!

@SteveLauC SteveLauC merged commit 2a1999f into topgrade-rs:main May 13, 2024
17 of 19 checks passed
InnocentZero pushed a commit to InnocentZero/topgrade that referenced this pull request May 25, 2024
Rye is a new cargo-like package manager for python by @mitsuhiko.
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