CoverallsSettingsExtensions.

WithRootPath(CoverallsSettings, string) Method

Summary

Set the root path to the git repo

Syntax

public static CoverallsSettings WithRootPath(this CoverallsSettings settings, string rootPath)

Parameters

Name Type Description
settings CoverallsSettings The settings
rootPath string the path to the git repo

Return Value

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