Passed
Push — master ( 135b58...2820d8 )
by Vítězslav
04:39
created

Checkout Config

build:
  nodes:
    pureosc:
        services:
            mariadb: latest          
        dependencies:
            before:
                - composer self-update
                - composer install --no-interaction
    analysis:
      tests:
        override:
          - php-scrutinizer-run

    coverage:
      tests:
        override:
          - command: './vendor/bin/phpunit --whitelist catalog --coverage-clover /home/scrutinizer/build/coverage.xml tests'
            coverage:
              file: coverage.xml
              format: clover

filter:
    excluded_paths:
        - 'tests/*'
        - 'vendor/*'
        - 'Examples/*'
tools:
    php_code_sniffer:
        config:
            standard: "PSR2"

checks:
    php:
        code_rating: true
        duplication: true
        

Repository Config

# language: php

# tests: true