-
-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Currently there's only one place where cargo-llvm-cov might ask the user a question (installing llvm-tools-preview), and this can be suppressed with the CARGO_LLVM_COV_SETUP environment variable, but that variable is specific to that task. ask_to_run also looks at various variables to detect whether it is running in a CI environment, but it is inappropriate to set those variables when not running in CI as they can have other effects.
Please add a command line option (preferably) or an environment variable that means "do not ask any questions ever". The usual name for this option is --noninteractive.
Metadata
Metadata
Assignees
Labels
No labels