Test Failed
Push — master ( 9af081...ee9342 )
by Dani
01:34
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/*'

tools:
  php_code_coverage: true