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

Various cleanup #217

Merged
merged 2 commits into from
Sep 7, 2022
Merged

Various cleanup #217

merged 2 commits into from
Sep 7, 2022

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Sep 7, 2022

  • Add cargo llvm-cov report subcommand. This is almost the same as cargo llvm-cov --no-run, but it has a more obvious name and better diagnostics.
  • Add cargo llvm-cov test subcommand. This is equivalent to cargo llvm-cov without subcommand, except that test name filtering is supported.
  • Deprecate --no-run in favor of cargo llvm-cov report subcommand.
  • Support --keep-going (unstable), --ignore-rust-version.
  • Support --exclude-from-report and --ignore-run-fail for cargo llvm-cov run.
  • Fix help messages for subcommands.
  • Fix handling of nextest's --profile option.

Closes #92
Fixes #216

@taiki-e taiki-e added this to the v0.5 milestone Sep 7, 2022
@taiki-e
Copy link
Owner Author

taiki-e commented Sep 7, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented Sep 7, 2022

Build succeeded:

@bors bors bot merged commit c849472 into main Sep 7, 2022
@bors bors bot deleted the cleanup branch September 7, 2022 16:54
@taiki-e taiki-e added A-nextest Area: nextest integration https://github.com/nextest-rs/nextest and removed A-nextest Area: nextest integration https://github.com/nextest-rs/nextest labels Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-nextest Area: nextest integration https://github.com/nextest-rs/nextest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is it impossible to use nextest profiles? "report" subcommand on CLI?
1 participant