Passed
Push — master ( 9d7b1d...b9f71f )
by
unknown
03:58
created

Repository Config

checks:
    javascript:
        no_var: true
        no_param_assign: true
        no_loop_var_assign: true
        no_implicit_undefined_return: true
        no_else_return: true
        no_alert: true
        eqeqeq: true

build:
    nodes:
        analysis:
            tests:
                override:
                    - js-scrutinizer-run
        tests: true
        coverage:
          tests:
            override:
              - command: npm run test:coverage; npm run coverage:report
                coverage:
                  file: ./coverage/clover.xml   # <- Set this to where we find the coverage data.
                                              #    The path is relative to the current directory.
                  format: clover
    environment:
        node: 16.20.2