Passed
Push — master ( dd00f5...d5a3e0 )
by test
03:16
created

Checkout Config

filter:
  paths:
    - src/
  excluded_paths:
    - tests/*

checks:
  php:
    code_rating: true
    duplication: true

build:
  nodes:
    my-tests-with-coverage:
      tests:
        override:
          - command: ./vendor/bin/phpunit --coverage-clover=coverage.clover
            coverage:
              file: coverage.clover
              format: php-clover

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }