request 90% unittest coverage

pull/1178/head
gaotongxiao 2022-05-25 10:34:02 +08:00
parent 4706cc7eca
commit e2577741dd
1 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,6 @@ then
if [ "$REUSE_COVERAGE_REPORT" == "0" ]; then
coverage run --branch --source mmocr -m pytest tests/
fi
coverage report --fail-under 80 -m $PY_FILES
coverage report --fail-under 90 -m $PY_FILES
interrogate -v --ignore-init-method --ignore-module --ignore-nested-functions --ignore-magic --ignore-regex "__repr__" --fail-under 95 $PY_FILES
fi