Passed
Branch main (fedced)
by Jochen
03:24 queued 01:37
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=syslog2irc'
            coverage:
              file: '.coverage'
              format: 'py-cc'

checks:
  python:
    duplicate_code: false

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