Test Failed
Push — master ( 753834...523006 )
by Dani
02:41
created

Checkout Config

checks:
  php: true

build:
  tests:
    override:
      -
        command: vendor/bin/phpunit --coverage-xml=coverage.xml
        coverage:
          file: coverage.xml
          format: clover

filter:
  paths:
    - 'src/*'
    - 'tests/*'