Passed
Pull Request — master (#20)
by
unknown
03:59 queued 01:16
created

Repository Config

build:
  environment:
    php: 7.4
  nodes:
    analysis:
      project_setup:
        override:
          - 'true'
      tests:
        override:
          - php-scrutinizer-run
    tests: true
    coverage:
      tests:
        override:
          -
            command: 'vendor/bin/phpunit tests --coverage-clover tests/clover.xml --configuration phpunit.xml'
            coverage:
              file: 'tests/clover.xml'
              format: 'clover'
checks:
  php: true
tools:
  php_cs_fixer: true

Global Config

build:
  environment:
    php: 7.4
  nodes:
    analysis:
      project_setup:
        override:
          - 'true'
      tests:
        override:
          - php-scrutinizer-run
    tests: true
    coverage:
      tests:
        override:
          -
            command: 'vendor/bin/phpunit tests --coverage-clover tests/clover.xml --configuration phpunit.xml'
            coverage:
              file: 'tests/clover.xml'
              format: 'clover'
checks:
  php: true
tools:
  php_cs_fixer: true