Completed
Push — master ( 44171f...133aa6 )
by Oleksandr
01:33
created

Checkout Config

checks:
    python:
        code_rating: true
        duplicate_code: true
tools:
    external_code_coverage:
        timeout: 300
filter:
    excluded_paths:
        - tests/*

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
filter:
    excluded_paths:
        - '*/test/*'