Completed
Branch master (2d7773)
by George
01:18
created

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
filter:
    excluded_paths:
        - '*/test/*'
build:
    tests:
        override:
            -
                command: 'make test-cov'
                coverage:
                    file: '.coverage'
                    format: 'py-cc'