Test Failed
Branch master (993ef1)
by Vinicius
05:26
created

Checkout Config

checks:
  javascript: true

filter:
  paths: ['lib/*']
  excluded_paths:
    - tests/*
    - examples/*

build:
  environment:
    node:
      version: v16

  dependencies:
    override:
      - command: 'npm --global install yarn'
      - command: 'yarn install'

  tests:
    override:
      - command: 'yarn run test'
        coverage:
          file: 'coverage/clover.xml'
          format: 'clover'

Repository Config

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