Enum coveralls_api::Identity [] [src]

pub enum Identity {
    RepoToken(String),
    ServiceToken(Service),
}

Repo tokens are alternatives to Services and involve a secret token on coveralls

Variants