Test Failed
Push — master ( 207748...5f3e3e )
by Jesús
03:19
created

Checkout Config

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

checks:
  javascript: true

filter:
  excluded_paths:
    - 'node_modules/*'
    - 'dist/*'
    - 'coverage/*'
    - 'test/*'
    - '*.config.*'
    - '*.d.ts'

coding_style:
  javascript: true

Repository Config

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