Overview

Namespaces

  • Contrib
    • Bundle
      • CoverallsBundle
        • Console
        • Entity
      • CoverallsV1Bundle
        • Api
        • Collector
        • Command
        • Config
        • Entity
          • Git
    • Component
      • File
      • Log
      • System
        • Git
  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
      • QueryAggregator
    • Inflection
    • Iterator
    • Log
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Async
      • Backoff
      • Cache
      • Cookie
        • CookieJar
        • Exception
      • CurlAuth
      • ErrorResponse
        • Exception
      • History
      • Log
      • Md5
      • Mock
      • Oauth
    • Service
      • Builder
      • Command
        • Factory
        • LocationVisitor
          • Request
          • Response
      • Description
      • Exception
      • Resource
    • Stream
  • PHP
  • Psr
    • Log
  • Symfony
    • Component
      • Config
        • Definition
          • Builder
          • Exception
        • Exception
        • Loader
        • Resource
        • Util
      • Console
        • Command
        • Formatter
        • Helper
        • Input
        • Output
        • Tester
      • EventDispatcher
        • Debug
      • Finder
        • Adapter
        • Comparator
        • Exception
        • Expression
        • Iterator
        • Shell
      • Stopwatch
      • Yaml
        • Exception

Classes

  • Configuration
  • Configurator
  • CoverallsConfiguration
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class CoverallsConfiguration

Definition of .coveralls.yml configuration.

# same as ruby repo_token: your-token repo_secret_token: your-token service_name: travis-pro

# for php src_dir: src coverage_clover: build/logs/clover.xml json_path: build/logs/coveralls-upload.json

Contrib\Bundle\CoverallsV1Bundle\Config\CoverallsConfiguration implements Symfony\Component\Config\Definition\ConfigurationInterface
Namespace: Contrib\Bundle\CoverallsV1Bundle\Config
Author: Kitamura Satoshi <with.no.parachute@gmail.com>
Located at Contrib/Bundle/CoverallsV1Bundle/Config/CoverallsConfiguration.php
Methods summary
public Symfony\Component\Config\Definition\Builder\TreeBuilder
# getConfigTreeBuilder( )

Generates the configuration tree builder.

Generates the configuration tree builder.

Returns

Symfony\Component\Config\Definition\Builder\TreeBuilder
The tree builder

See

Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()

Implementation of

Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()
php-coveralls API documentation generated by ApiGen 2.8.0