diff --git a/metadata-ingestion/setup.cfg b/metadata-ingestion/setup.cfg index a8156ff2b4..ed4d4a8ef8 100644 --- a/metadata-ingestion/setup.cfg +++ b/metadata-ingestion/setup.cfg @@ -22,7 +22,7 @@ addopts = --cov src --cov-report term --cov-config setup.cfg testpaths = test [coverage:report] -fail_under = 96 +fail_under = 60 show_missing = true exclude_lines = pragma: no cover