CoverallsSettingsExtensions Class

Summary

Extensions for CoverallsSettings
Assembly
Cake.MiniCover.dll
Namespace
Cake.MiniCover.Settings
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["CoverallsSettingsExtensions"] class Type type-node

Syntax

public static class CoverallsSettingsExtensions

Methods

Name Value Summary
UseTravisDefaults(CoverallsSettings, bool) CoverallsSettings
Populate the Coveralls Settings with information for publishing coverage from Travis CI
static
WithBranch(CoverallsSettings, string) CoverallsSettings
Set the git branch to send to coveralls
static
WithCommit(CoverallsSettings, string, string) CoverallsSettings
Set the git commit message to use when sending coverage to coveralls
static
WithCommitAuthor(CoverallsSettings, string, string) CoverallsSettings
Set the commit author details
static
WithCommitter(CoverallsSettings, string, string) CoverallsSettings
Set the comitter etails
static
WithRemote(CoverallsSettings, string, string) CoverallsSettings
Set git remote details
static
WithRepoToken(CoverallsSettings, string) CoverallsSettings
Set the Repo Token to use when sending coverage to coveralls
static
WithRootPath(CoverallsSettings, string) CoverallsSettings
Set the root path to the git repo
static
WithServiceJobId(CoverallsSettings, string) CoverallsSettings
Set the service_job_id to send to coveralls
static
WithServiceName(CoverallsSettings, string) CoverallsSettings
Set the service_name to send to coveralls
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin