Completed
Push — master ( 693ddd...ae03f6 )
by Alexpts
02:06
created

Checkout Config

filter:
  paths:
    - 'src/*'

checks:
  javascript: true

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

Repository Config

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