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 features options when searching or verifying MSRV #834

Merged
merged 6 commits into from
Nov 17, 2023
Merged

Conversation

foresterre
Copy link
Owner

@foresterre foresterre commented Nov 14, 2023

closes #832

@foresterre foresterre changed the title Add options to add features flag when running check with cargo Add features options when running check with cargo Nov 14, 2023
@foresterre foresterre changed the title Add features options when running check with cargo Add features options when searching or verifying MSRV Nov 14, 2023
Copy link

codecov bot commented Nov 14, 2023

Codecov Report

Attention: 87 lines in your changes are missing coverage. Please review.

Comparison is base (544adee) 75.22% compared to head (f7b23c1) 75.57%.
Report is 4 commits behind head on main.

Files Patch % Lines
src/command/rustup_command.rs 0.00% 73 Missing ⚠️
src/context/verify.rs 0.00% 7 Missing ⚠️
src/context.rs 0.00% 4 Missing ⚠️
src/cli/custom_check_opts.rs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #834      +/-   ##
==========================================
+ Coverage   75.22%   75.57%   +0.35%     
==========================================
  Files          81       82       +1     
  Lines        6118     6255     +137     
==========================================
+ Hits         4602     4727     +125     
- Misses       1516     1528      +12     

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

@foresterre foresterre force-pushed the feat/gh-832 branch 3 times, most recently from 6405fc1 to 066aed6 Compare November 15, 2023 01:55
@foresterre foresterre marked this pull request as ready for review November 15, 2023 02:09
@foresterre foresterre force-pushed the feat/gh-832 branch 2 times, most recently from 9d6c8ea to f59ce84 Compare November 16, 2023 23:59
* Adds CargoCommand struct
* Unlike RustupCommand, not (yet) intended to run standalone, since we use rustup to run certain versions of toolchains
* Currently only used for "cargo check", but could be refactored to also include the likes of "cargo build" and friends (cargo build support could help for adding support for Rust < 1.16).
* Has options to forward features and target to cargo
@foresterre foresterre merged commit 2dcd61e into main Nov 17, 2023
17 of 18 checks passed
@foresterre foresterre deleted the feat/gh-832 branch November 17, 2023 00:54
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.

Add --features parameter
1 participant