devboard/github-object-api-facade-bundle

View on GitHub
etc/ci/phpspec.yml

Summary

Maintainability
Test Coverage
formatter.name: progress
extensions:
  - Coduo\PhpSpec\DataProvider\DataProviderExtension
  - Cjm\PhpSpec\Extension\TypeHintedMethodsExtension
  - RMiller\ExemplifyExtension\ExemplifyExtension
  - RMiller\BehatSpec\PhpSpecExtension
  - PhpSpec\Extension\CodeCoverageExtension
suites:
  default:
    namespace: DevBoardLib\GithubObjectApiFacadeBundle
    psr4_prefix: DevBoardLib\GithubObjectApiFacadeBundle
code_coverage:
  format:
    - html
    - clover
    - php
  output:
    html: build/phpspec/coverage
    clover: build/logs/clover.xml
    php: build/cov/coverage.cov