Passed
Push — 2-reason-should-not-modify-an-... ( 2b6a9f )
by Yuri
02:04
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