Passed
Push — master ( 8e4455...2f765d )
by Sébastien
07:40
created

Checkout Config

build:
  environment:
    php: 7.4

  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run

    tests:
      environment:
        timezone: Europe/Paris

      services:
        mysql: 5.7

      tests:
        override:
          - command: composer run tests-with-coverage
            coverage:
              file: coverage.xml
              format: clover

filter:
  excluded_paths:
    - 'Tests/*'

Repository Config

# language: php