Enum coveralls_api::CiService [] [src]

pub enum CiService {
    Travis,
    TravisPro,
    Circle,
    Semaphore,
    Jenkins,
    Codeship,
    Other(String),
}

Continuous Integration services and the string identifiers coveralls.io uses to present them.

Variants

Other Ci Service, coveralls-ruby is a valid input which gives same features as travis for coveralls users.

Trait Implementations

impl Debug for CiService
[src]

Formats the value using the given formatter.

impl Clone for CiService
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more