Passed
Push — main ( ecffc8...3be6b0 )
by Jochen
02:08
created

Checkout Config

build:
  environment:
    python: 3.7.9
  dependencies:
    override:
      - "pip install -r requirements.txt -r requirements-test.txt && pip install -e ."
  nodes:
    analysis:
      tests:
        override:
          - py-scrutinizer-run
    coverage:
      tests:
        override:
          - command: 'pytest --cov=weitersager'
            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