Passed
Branch unstable (79b831)
by Sydney
01:37
created

Checkout Config

checks:
    python:
        code_rating: true
        duplicate_code: true

filter:
    excluded_paths:
        - tests/*

build:
  nodes:
    analysis:
      tests:
        override:
          - py-scrutinizer-run

Repository Config

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