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

Checkout Config

build:
  image: default-jammy

  environment:
    node: 18

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