Passed
Push — main ( d13a4d...a77d33 )
by Lorenzo
01:16 queued 14s
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'