Test Failed
Push — dev ( 77d0b2...078688 )
by Andreas
49s
created

Checkout Config

checks:
    python:
        code_rating: true
        duplicate_code: true

filter:
    excluded_paths:
        - tests/*

build:
  project_setup:
    override:
      - pip install coverage pytest re yaml tkinter shutil gettext
  nodes:
    analysis:
      tests:
        override:
          - py-scrutinizer-run
          - command: 'coverage run -m pytest'
            coverage:
              file: '.coverage'
              format: 'py-cc'

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true
filter:
    excluded_paths:
        - '*/test/*'
    dependency_paths:
        - 'lib/*'