Passed
Pull Request — main (#4)
by Yuri
04:47 queued 03:19
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