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

[nextest-runner] support changes to CLI config options added in Rust 1.63 #467

Merged
merged 4 commits into from
Aug 12, 2022

Conversation

sunshowers
Copy link
Member

Rust 1.63 stabilizes --config with a few changes: rust-lang/cargo#10755

Mirror those changes into nextest.

This is needed for upcoming changes which check that TOML passed in over
`--config` is always of the form KEY=VALUE.
…archError

We're going to need this once we start reading CLI arguments as files in an upcoming commit.
This was added in Rust 1.63.
@codecov
Copy link

codecov bot commented Aug 12, 2022

Codecov Report

Merging #467 (ba2ba2f) into main (2441b49) will increase coverage by 0.26%.
The diff coverage is 88.17%.

@@            Coverage Diff             @@
##             main     #467      +/-   ##
==========================================
+ Coverage   76.08%   76.35%   +0.26%     
==========================================
  Files          49       49              
  Lines       10681    10841     +160     
==========================================
+ Hits         8127     8278     +151     
- Misses       2554     2563       +9     
Impacted Files Coverage Δ
cargo-nextest/src/cargo_cli.rs 78.57% <ø> (ø)
cargo-nextest/src/errors.rs 2.56% <0.00%> (ø)
nextest-runner/src/cargo_config.rs 91.26% <88.50%> (+1.48%) ⬆️
cargo-nextest/src/dispatch.rs 84.14% <100.00%> (-0.02%) ⬇️
nextest-runner/src/errors.rs 12.10% <100.00%> (+0.52%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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.

1 participant