Passed
Push — master ( 715ae9...b2e443 )
by P.R.
10:52 queued 11s
created

Checkout Config

filter:
  excluded_paths:
    - test/*

build:
  nodes:
    analysis:
      tests:
        override:
          - command: coverage run -m unittest discover -s test -p *Test.py
            coverage:
              file: '.coverage'
              config_file: '.coveragerc'
              format: 'py-cc'
          - py-scrutinizer-run

Repository Config

# language: python

# tests: true