CoverallsSettingsExtensions.

WithRepoToken(CoverallsSettings, string) Method

Summary

Set the Repo Token to use when sending coverage to coveralls

Syntax

public static CoverallsSettings WithRepoToken(this CoverallsSettings settings, string repoToken)

Parameters

Name Type Description
settings CoverallsSettings The settings
repoToken string the Repo Token to use when sending coverage to coveralls

Return Value

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