checks:
python:
code_rating: true
duplicate_code: true
filter:
excluded_paths:
- '*/test/*'
build:
tests:
override:
-
command: './run-tests.sh'
coverage:
file: '.coverage'
format: 'py-cc'
tools:
external_code_coverage: true