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

[cargo-nextest] don't require equals for --max-fail and --no-tests #2134

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

sunshowers
Copy link
Member

This was previously done to avoid confusion between test name filters and arguments. But we believe the new --no-tests default to fail sufficiently mitigates the downside, and uniformity across options is valuable.

Closes #1933.

This was previously done to avoid confusion between test name filters and
arguments. But we believe the new `--no-tests` default to fail sufficiently
mitigates the downside, and uniformity across options is valuable.

Closes #1933.
Copy link

codecov bot commented Feb 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.12%. Comparing base (f5644dd) to head (cad3c81).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2134   +/-   ##
=======================================
  Coverage   80.12%   80.12%           
=======================================
  Files         103      103           
  Lines       24343    24345    +2     
=======================================
+ Hits        19505    19507    +2     
  Misses       4838     4838           

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

@sunshowers sunshowers merged commit 4926984 into main Feb 10, 2025
18 checks passed
@sunshowers sunshowers deleted the no-equals branch February 10, 2025 20:43
Copy link

trunk-io bot commented Feb 10, 2025

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

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.

Bug: Inconsistent CLI flags style: --no-tests requires an equal sign, all others use space
1 participant