checks: python: duplicate_code: true code_rating: true classes_valid_slots: true filter: excluded_paths: - '*/tests/*' build: dependencies: before: - pip install feedparser - pip install PyYAML - pip install coverage tests: override: - command: 'cd tests && bash ./coverage.bash coverage' coverage: file: 'tests/.coverage' format: 'py-cc' nodes: tests: true analysis: tests: override: - py-scrutinizer-run
checks: python: duplicate_code: true code_rating: true classes_valid_slots: 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' nodes: tests: true analysis: tests: override: - py-scrutinizer-run