Passed
Push — master ( d3f4a5...e7c52d )
by Louis
24:54 queued 23:24
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true

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

filter:
  excluded_paths:
    - src/EtherpadLite/Tests/*
    - features/*