Passed
Push — master ( 135001...795909 )
by Daniel
02:49
created

Checkout Config

checks:
    python:
        code_rating: true
        duplicate_code: true

build:
    dependencies:
        override:
            - "pip install -r requirements.txt"
            - "pip install ."
            - "pip install pytest"
    nodes:
        analysis:
            tests:
                override:
                    - py-scrutinizer-run
                    - 
                        command: pylint-run
                        use_website_config: true

        coverage:
            tests:
                override: 
                    - command: 'pytest'

filter:
    excluded_paths:
        - '*/docs/*'
        - '*/tests/*'

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true

build:
    dependencies:
        override:
            - "pip install -r requirements.txt"
            - "pip install ."
            - "pip install pytest"
    nodes:
        analysis:
            tests:
                override:
                    - py-scrutinizer-run
                    - 
                        command: pylint-run
                        use_website_config: true

        coverage:
            tests:
                override: 
                    - command: 'pytest'

filter:
    excluded_paths:
        - '*/docs/*'
        - '*/tests/*'