amneale/phpspec-ci-coverage

View on GitHub
phpspec.yml

Summary

Maintainability
Test Coverage
suites:
  adder:
    namespace: Adder
    psr4_prefix: Adder

extensions:
  LeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension:
    format: [clover, html]
    output:
      clover: build/logs/clover.xml
      html: build/coverage