CoverallsSettingsExtensions.

WithCommitAuthor(CoverallsSettings, string, string) Method

Summary

Set the commit author details

Syntax

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

Parameters

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

Return Value

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