Passed
Push — master ( 773da0...178a2e )
by Huu-Phat
13:31 queued 10:55
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