Test Setup Failed
Push — master ( 06934f...eb3728 )
by Ankit
01:35
created

Checkout Config

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

checks:
  php:
    code_rating: true

filter:
  excluded_paths:
    - tests/*
    - uninstall.php

tools:
  external_code_coverage:
    runs: 2