Completed
Pull Request — master (#1)
by
unknown
06:17
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true
build:
  environment:
    php: 7.0
  tests:
    override:
      -
        command: 'vendor/bin/phpunit --coverage-clover=build/logs/clover.xml'
        coverage:
          file: 'build/logs/clover.xml'
          format: 'clover'
filter:
  excluded_paths:
    - Tests/*

Repository Config

# language: php

# tests: true