Test Failed
Push — master ( e4faa5...9af081 )
by Dani
01:36
created

Checkout Config

checks:
  php: true

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

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