CoverallsSettingsExtensions.

WithServiceName(CoverallsSettings, string) Method

Summary

Set the service_name to send to coveralls

Syntax

public static CoverallsSettings WithServiceName(this CoverallsSettings settings, string serviceName)

Parameters

Name Type Description
settings CoverallsSettings The settings
serviceName string the service_name to send to coveralls

Return Value

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