Passed
Push — master ( be999b...2f9937 )
by Jan
02:07 queued 11s
created

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
        typecheck_maybe_no_member: true
        classes_valid_slots: true
        basic_missing_reversed_argument: true

build:
    dependencies:
        before:
            - pip3 install pytest pytest_cov mock lxml virtualenv pexpect inquirer 
    environment:
        python: 3.7.3
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true
                    -            
                        command: 'python3 -m pytest --cov oval_graph --cov-report xml tests'
                        environment: { PYTHONPATH:  }
                        coverage:
                            file: '.coverage'
                            format: 'py-cc'
        tests: true
filter:
    excluded_paths:
        - '*/test/*'
    dependency_paths:
        - 'lib/*'

Global Config

checks:
    python:
        code_rating: true
        duplicate_code: true
        typecheck_maybe_no_member: true
        classes_valid_slots: true
        basic_missing_reversed_argument: true

build:
    dependencies:
        before:
            - pip3 install pytest pytest_cov mock lxml virtualenv pexpect inquirer 
    environment:
        python: 3.7.3
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true
                    -            
                        command: 'python3 -m pytest --cov oval_graph --cov-report xml tests'
                        environment: { PYTHONPATH:  }
                        coverage:
                            file: '.coverage'
                            format: 'py-cc'
        tests: true
filter:
    excluded_paths:
        - '*/test/*'
    dependency_paths:
        - 'lib/*'