Passed
Push — master ( ae3294...09d295 )
by Ryosuke
04:40 queued 01:58
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: false

filter:
  excluded_paths:
    - tests/*
    - examples/*
    - vendor/*

build:

  environment:
    php: '7.0.8'

  dependencies:
    before:
      - 'sudo apt-get install -y lsof'
      - 'composer install'
      - './vendor/bin/codecept build'

  tests:
    override:
      -
        command: 'php vendor/bin/codecept run unit --coverage --coverage-xml'
        coverage:
          file: 'tests/_output/coverage.xml'
          format: 'php-clover'

Repository Config

# language: php

# tests: true