Completed
Push — master ( c11a3c...d81170 )
by Felipe A.
01:04
created

Checkout Config

checks:
  python:
    code_rating: true
    duplicate_code: true
filter:
  excluded_paths:
    - "*/tests.py"
    - "*/tests/*"

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
filter:
    excluded_paths:
        - "*/test*.py"