Test Failed
Pull Request — main (#23)
by Julia
02:33
created

Checkout Config

checks:
    javascript: true
build:
    nodes:
        analysis:
            tests:
                override:
                    - js-scrutinizer-run
        tests: true
        coverage:
              tests:
                override:
                  - command: npm --prefix ./server/ run test
                    coverage:
                      file: ./server/clover/clover.xml
                      format: clover
artifacts:
    paths:
        - ./server/clover/clover.xml

Repository Config

checks:
    javascript: true
build:
    nodes:
        analysis:
            tests:
                override:
                    - js-scrutinizer-run
        tests: true