Completed
Branch master (9127ea)
by Peter
03:46 queued 01:44
created

Checkout Config

checks:
    python:
        code_rating: true
        duplicate_code: true
build:
    tests:
        override:
            -
                command: './web/manage.py test opensubmit.tests'
                coverage:
                    file: '.coverage'
                    config_file: '.coveragerc'
                    format: 'py-cc'
filter:
    paths:
        - 'web/*'
        - 'executor/*'

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
build:
    nodes:
        analysis:
            tests:
                override:
                    -
                        command: pylint-run
                        use_website_config: true
            environment:
                node:
                    version: 6.0.0
        tests: true
filter:
    excluded_paths:
        - '*/test/*'
        - '*.min.js'
        - 'docs/*'
        - '*/tests/submfiles/*'
        - 'examples/*'