Completed
Push — master ( 939405...c4d675 )
by frey
06:27 queued 03:45
created

Checkout Config

tools:
  # external_code_coverage: true
  php_mess_detector: true
  php_code_sniffer: true
  sensiolabs_security_checker: true
  # php_code_coverage: true
  php_pdepend: true
  php_loc:
    enabled: true
    excluded_dirs: [vendor, tests]
checks:
  php:
    code_rating: true
    duplication: true
filter:
  excluded_paths:
  - 'tests/*'
build:
  tests:
    override:
    -
      command: vendor/bin/phpunit --coverage-clover=my-coverage-file
      coverage:
        file: my-coverage-file
        format: php-clover

Repository Config

# language: php

# tests: true