Skip to content

Please add a --noninteractive option #419

@zackw

Description

@zackw

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions