CoverallsSettingsExtensions.

WithBranch(CoverallsSettings, string) Method

Summary

Set the git branch to send to coveralls

Syntax

public static CoverallsSettings WithBranch(this CoverallsSettings settings, string branch)

Parameters

Name Type Description
settings CoverallsSettings The settings
branch string The git branch to send to coveralls

Return Value

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