Struct cargo_tarpaulin::config::Config [] [src]

pub struct Config {
    pub manifest: PathBuf,
    pub run_ignored: bool,
    pub verbose: bool,
    pub line_coverage: bool,
    pub branch_coverage: bool,
    pub generate: Vec<OutputFile>,
    pub coveralls: Option<String>,
    pub ci_tool: Option<CiService>,
}

Specifies the current configuration tarpaulin is using.

Fields

Key relating to coveralls service or repo

Enum representing CI tool used.

Methods

impl Config
[src]

Create configuration from clap ArgMatches.

Determine whether to send data to coveralls

Trait Implementations

impl Debug for Config
[src]

Formats the value using the given formatter.