Test Setup Failed
Push — master ( 635130...47e034 )
by Sepand
14:43 queued 04:30
created

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
filter:
    excluded_paths:
        - '*/test/*'
build:
    tests:
        override:
            -
                command: './run-tests.sh'
                coverage:
                    file: '.coverage'
                    format: 'py-cc'
tools:
    external_code_coverage: true