Passed
Push — develop ( 88513d...6f695c )
by Lorenzo
01:53 queued 12s
created

Global Config

checks:
  javascript: true

build:
  environment:
    node:
      version: 18.13.0
  image: default-jammy
  nodes:
      analysis:
        tests:
          override:
            - npm run lint
            - js-scrutinizer-run
            - command: "npm run test -- --coverage"
              coverage:
                file: 'coverage/lcov.info'
                format: 'lcov'