Completed
Pull Request — master (#3)
by Raphael
03:19
created

Checkout Config

build:
  environment:
    php: '7.0.8'

  tests:
    override:
      -
        command: 'phpunit --coverage-clover=clover.xml --bootstrap=tests/bootstrap.php tests/CaptainHook'
        coverage:
          file: 'clover.xml'
          format: 'clover'

checks:
  php:
    code_rating: true
    duplication: true

# language: php

# tests: true

filter:
    paths: ["src/*"]

Repository Config

# language: php

# tests: true