Test Failed
Branch main (f2b695)
by Guy
02:16
created

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
        coverage:
            tests:
                override:
                    - command: pylint-run
                      use_website_config: true
                      coverage:
                        file: '.coverage'
                        config_file: '.coveragerc'
                        format: 'py-cc'
filter:
    excluded_paths:
        - '*/tests/*'
    dependency_paths:
        - 'lib/*'