scrapinghub/arche

Allow to set parameteres like threshold

Offen

#102 geöffnet am 05.06.2019

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (17 Forks)auto 404
Type: Featuregood first issue

Repository-Metriken

Stars
 (47 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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()

Contributor Guide