CoverallsSettingsExtensions.

WithRemote(CoverallsSettings, string, string) Method

Summary

Set git remote details

Syntax

public static CoverallsSettings WithRemote(this CoverallsSettings settings, string name, string url)

Parameters

Name Type Description
settings CoverallsSettings The settings
name string The name of the git remote
url string The URL of the git remote

Return Value

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