Passed
Push — main ( c5a8d8...6380da )
by N.
03:15
created

Checkout Config

imports:
    - php

filter:
    excluded_paths: [vendor/*, test/*, src/_data/skarp/*]

build:
    image: default-bionic

    nodes:
        my-tests:
            environment:
                php:
                    version: 8.3.0
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
    tests:
        override:
            -   command: "composer phpunit"
                coverage:
                    file: "docs/coverage.xml"
                    format: "lcov"

Repository Config

# language: php

# tests: true