Completed
Push — master ( 51c8d9...38822b )
by Lexey
02:42
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true

build:
  environment:
    php:
      version: 7.1
  tests:
    override:
      - command: vendor/bin/codecept run unit --coverage-xml=build/clover.xml
        coverage:
          file: tests/_output/build/clover.xml
          format: clover

filter:
  excluded_paths:
    - "./tests"

Repository Config

# language: php