Test Failed
Branch master (9127ea)
by Peter
01:21
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

filter:
    paths:
        - 'web/*'
        - 'executor/*'
checks:
    python:
        code_rating: true
        duplicate_code: true