Passed
Push — main ( 88513d...1b113e )
by Lorenzo
02:27 queued 48s
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'