Passed
Push — main ( ea2764...ac8754 )
by Eric D
01:55
created

Repository Config

checks:
    javascript: true
build:
    nodes:
        analysis:
            tests:
                override:
                    - js-scrutinizer-run
        coverage:
            tests:
                override:
                    -   command: npm run test:clover
                        coverage:
                            file: coverage/clover.xml
                            format: clover
filter:
    paths: ["src/index.ts"]
    excluded_paths:
        - "tests/"   # Everything in a root level "tests" directory
        - "docs/"    # Without trailing "/", just ignores a single file name "tests"