CoverallsSettingsExtensions.

WithServiceJobId(CoverallsSettings, string) Method

Summary

Set the service_job_id to send to coveralls

Syntax

public static CoverallsSettings WithServiceJobId(this CoverallsSettings settings, string serviceJobId)

Parameters

Name Type Description
settings CoverallsSettings The settings
serviceJobId string the service_job_id to send to coveralls

Return Value

Type Description
CoverallsSettings The CoverallsSettingsExtensions instance so that multiple calls can be chained