Struct coveralls_api::GitInfo [] [src]

pub struct GitInfo {
    pub head: Head,
    pub branch: String,
    pub remotes: Vec<Remote>,
}

Fields