Completed
Push — master ( f3af44...563916 )
by Alexpts
04:34 queued 01:48
created

Checkout Config

filter:
  paths:
    - 'src/*'

checks:
  javascript: true

tools:
  external_code_coverage: false

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