Passed
Push — master ( 2622ed...d888c7 )
by Huu-Phat
07:22 queued 04:57
created

Checkout Config

build:
  environment:
    node:
      version: 12.11.1
  nodes:
    analysis:
      root_path: './cms'
      tests:
        override:
          - yarn lint
          - yarn lint:css
          - command: 'CI=true yarn test:coverage'
            coverage:
              file: 'coverage/clover.xml'
              format: 'clover'

Repository Config

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