execute

The tool's entry point.

int
execute
(
string path
,
string token
,
string service
,
bool dump
)

Parameters

path string

The path to the root of the repository

token string

The authorization token for coveralls.io

service string

Used to differentiate between common services (travis-ci vs travis-pro)

dump bool

Print the coveralls request JSON instead of sending it

Return Value

Type: int

status code (0 or 1)

Meta