scrapinghub/arche

Allow to set parameteres like threshold

オープン

#102 opened on 2019/06/05

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)Python (17 件のフォーク)auto 404
Type: Featuregood first issue

Repository metrics

Stars
 (47 個のスター)
PR merge metrics
 (PR metrics pending)

説明

A reloadable config or passing arguments is needed, so anybody can set report_all() at once: E.g. we have threshold for coverage diff, which defaults to 0.2, so the config might look like:

config = Config()
config.threshold = 0.1
Arche(source, target, config).report_all()

コントリビューターガイド