Test Failed
Push — main ( 07d284...b33cd3 )
by Jochen
01:58
created

Checkout Config

build:
  environment:
    python: 3.11.2
  dependencies:
    override:
      - "pip install uv && uv sync --frozen --no-progress --only-group test"
  nodes:
    analysis:
      tests:
        override:
          - py-scrutinizer-run
    coverage:
      tests:
        override:
          - command: 'uv run --no-progress --with coverage coverage run --source=weitersager -m pytest tests'
            coverage:
              file: '.coverage'
              format: 'py-cc'

checks:
  python:
    duplicate_code: false

Repository Config

# language: python
checks:
    python: {}
build:
    nodes:
        analysis:
            tests:
                override:
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true