CoverallsSettingsExtensions.

WithCommit(CoverallsSettings, string, string) Method

Summary

Set the git commit message to use when sending coverage to coveralls

Syntax

public static CoverallsSettings WithCommit(this CoverallsSettings settings, string hash, string message)

Parameters

Name Type Description
settings CoverallsSettings The settings
hash string the git commit hash to use when sending coverage to coverallss
message string the git commit message to use when sending coverage to coverallss

Return Value

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