Passed
Pull Request — main (#3)
by Yuri
03:08 queued 01:36
created

Checkout Config

build:
  image: default-jammy

  environment:
    node: 22

  nodes:
    coverage:
      tests:
        override:
          - npm ci
          - npm test
          - js-scrutinizer-run
          - command: npm run coverage
            coverage:
              file: coverage/lcov.info
              format: lcov