Completed
Push — master ( ae03f6...f3af44 )
by Alexpts
03:09
created

Checkout Config

filter:
  paths:
    - 'src/*'

checks:
  javascript: true

build:
  nodes:
    coverage:
      tests:
        override:
          - js-scrutinizer-run
          - 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