Test Failed
Push — dev ( 93004a...151fb2 )
by Andreas
01:12
created

Checkout Config

checks:
    python:
        code_rating: true
        duplicate_code: true
build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
                before:
                    - pip install coverage pytest
            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/*'