Completed
Push — master ( db3e64...404a1e )
by Matteo
02:29
created

Checkout Config

checks:
  php: true

filter:
  excluded_paths:
    - tests/*

build:
  tests:
    override:
      -
        command: 'phpunit --coverage-clover=coverage'
        coverage:
          file: 'coverage'
          format: 'php-clover'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }