checks:
python:
code_rating: true
duplicate_code: true
filter:
excluded_paths:
- '*/test/*'
build:
dependencies:
before:
- pip install feedparser
- pip install PyYAML
- pip install coverage
tests:
override:
-
command: 'bash ./coverage.bash coverage'
coverage:
file: '.coverage'
format: 'py-cc'