Test Failed
Push — master ( 523006...7532f6 )
by Dani
01:33
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/*'