Test Failed
Push — master ( 17d6c4...abe5de )
by Velizar
09:11 queued 05:46
created

Checkout Config

checks:
  python:
    code_rating: true
    duplicate_code: true
build:
  environment:
    # variables:
    #   CFLAGS: -I/usr/include/openssl
    #   LDFLAGS: -L/usr/lib
    python:
      # version: '3.10.4'
      version: '3.9.12'
      # Whether to setup a virtual environment in the repository root directory.
      # Defaults to true if omitted.
      virtualenv: true
  nodes:
    my-tests-with-coverage:
      tests:
        override:
          - command: pytest
            coverage:
              file: '.coverage'
              config_file: '.coveragerc'
              format: 'py-cc'

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: true
filter:
    excluded_paths:
        - '*/test/*'
    dependency_paths:
        - 'lib/*'