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
# language: python # tests: true