Completed
Push — master ( b44f1e...d5c3aa )
by Oleksandr
01:05
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
tools:
  external_code_coverage:
    timeout: 300
filter:
  excluded_paths:
    - tests/*