Test Failed
Push — master ( aff387...e4faa5 )
by Dani
01:49
created

Checkout Config

checks:
  php: true

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

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