Passed
Pull Request — master (#4)
by
unknown
06:48
created

Checkout Config

filter:
  excluded_paths:
    - "tests/"

checks:
  php:
    code_rating: true
    duplication: true

build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run
    coverage:
      tests:
        override:
          - command: './vendor/bin/phpunit --coverage-clover=clover.xml'
            coverage:
              file: 'clover.xml'
              format: 'clover'

Repository Config

# language: php

# tests: true