Test Failed
Branch feature/typescript5 (73fa6e)
by Lorenzo
03:02
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