Struct coveralls_api::CoverallsReport [] [src]

pub struct CoverallsReport { /* fields omitted */ }

Methods

impl CoverallsReport
[src]

Create new coveralls report given a unique identifier which allows coveralls to identify the user and project

Add generated source data to coveralls report.

Sets the commit ID. Overrides more detailed git info

Set detailed git information, overrides commit ID if set.

Send report to the coveralls.io directly. For coveralls hosted on other platforms see send_to_endpoint

Sends coveralls report to the specified url

Trait Implementations

impl Serialize for CoverallsReport
[src]

Serialize this value into the given Serde serializer. Read more