Passed
Push — main ( 518889...a94496 )
by Dylan
08:40 queued 04:23
created

Checkout Config

checks:
    javascript: true
build:
    environment:
        node: v17
    nodes:
        analysis:
            tests:
                override:
                    - js-scrutinizer-run
        coverage:
            tests:
                override:
                    -  
                        command: 'yarn test --coverage'
                        coverage:
                            file: 'coverage/clover.xml'
                            format: clover

Repository Config

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