CoverallsSettingsExtensions.

WithCommitter(CoverallsSettings, string, string) Method

Summary

Set the comitter etails

Syntax

public static CoverallsSettings WithCommitter(this CoverallsSettings settings, string name, string email)

Parameters

Name Type Description
settings CoverallsSettings The settings
name string The name of the committer
email string The email address of the committer

Return Value

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