Passed
Push — master ( 0fcec9...2b7fa8 )
by Jonathan
01:33
created

Checkout Config

inherit: true

checks:
    php:
        code_rating: true
        duplication: true

filter:
    paths:
    - src/*

build:
    nodes:
        php74:
            environment:
                php: '7.4'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: composer test
                        coverage:
                            file: build/phpunit/clover.xml
                            format: php-clover

Repository Config

# language: php

# tests: true