Passed
Push — main ( b29f4f...6a3653 )
by Lorenzo
01:09 queued 13s
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'