Test Failed
Push — feature/typescript5 ( 203f49...73fa6e )
by Lorenzo
03:05
created

Repository Config

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