Passed
Push — develop ( 52e65f...fd6ace )
by Lorenzo
01:38
created

Global Config

checks:
  javascript: true

build:
  environment:
    node:
      version: 22.14.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'