Test Failed
Push — dev ( 7ec219...f109d6 )
by Andreas
01:24
created

Checkout Config

checks:
    python:
        code_rating: true
        duplicate_code: true
build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
                before:
                    - pip install coverage pytest pyyaml python-gettext regex
                    - sudo apt-get install -y python3-tk
            tests:
                override:
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true
                    -
                        command: coverage run -m pytest
                        coverage:
                          file: .coverage
                          format: py-cc
filter:
    excluded_paths:
        - '*/test/*'
    dependency_paths:
        - 'lib/*'

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/*'