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