Class Configuration
Coveralls API configuration.
Namespace: Contrib\Bundle\CoverallsV1Bundle\Config
Author: Kitamura Satoshi <with.no.parachute@gmail.com>
Located at Contrib/Bundle/CoverallsV1Bundle/Config/Configuration.php
Author: Kitamura Satoshi <with.no.parachute@gmail.com>
Located at Contrib/Bundle/CoverallsV1Bundle/Config/Configuration.php
protected
string
|
$repoToken |
|
#
repo_token. |
protected
string
|
$serviceName |
|
#
service_name. |
protected
string
|
$srcDir |
|
#
Absolute path to src directory to include coverage report. |
protected
array
|
$cloverXmlPaths | array() |
#
Absolute paths to clover.xml. |
protected
string
|
$jsonPath |
|
#
Absolute path to output json_file. |
protected
boolean
|
$dryRun | true |
#
Whether to send json_file to jobs API. |
protected
boolean
|
$excludeNoStatements | false |
#
Whether to exclude source files that have no executable statements. |
protected
boolean
|
$verbose | false |
#
Whether to show log. |
protected
string
|
$env | 'prod' |
#
Runtime environment name. |