Passed
Push — master ( 1cf0a9...56b73d )
by Ayan
01:37
created

Checkout Config

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

  dependency_paths:
    - vendor/

  excluded_paths:
    - tests/
    - stub/

Repository Config

# language: php

# tests: true