Passed
Push — master ( af7af9...a855fd )
by Rasmus
03:53 queued 01:25
created

Repository Config

checks:
    javascript:
        no_implicit_undefined_return: true
        no_else_return: true
        eqeqeq: true

build:
    environment:
        postgresql: false
    tests:
      override:
        -
          command: 'npm run cover'
          coverage:
            file: 'coverage/clover.xml'
            format: 'clover'
    nodes:
        analysis:
            tests:
                override:
                    - js-scrutinizer-run
        tests: true
filter:
    excluded_paths:
        - "test/"