Test Failed
Push — master ( d38b8d...ebc971 )
by José
02:03
created

Checkout Config

build:
  environment:
    python: 3.11.8
  nodes:
    analysis:
      project_setup:
        override:
          - true
      tests:
        override:
          - py-scrutinizer-run
          - pylint-run
checks:
  python:
    code_rating: true
    duplicate_code: true

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true
        tests:
            dependencies:
                before:
                      - "pip install --upgrade 'tox>=4.6,<5'"
                      - "pip install --upgrade 'poetry-core>=1.4,<2'"
filter:
    excluded_paths:
        - '*/test/*'
    dependency_paths:
        - 'lib/*'