Completed
Push — main ( 3de7cd...82f60f )
by Alexpts
02:59
created

Checkout Config

filter:
    paths:
        - 'src/*'

checks:
    javascript: true

tools:
    external_code_coverage: false

build:
    nodes:
        tests: true
        coverage:
            tests:
                override:
                    -   command: npm run test
                        coverage:
                            file: tests/coverage/clover.xml
                            format: clover

Repository Config

checks:
    javascript: true
build:
    nodes:
        analysis:
            tests:
                override:
                    - js-scrutinizer-run
        tests: true