test: add doc coverage test

This commit is contained in:
chingning.chen 2022-04-28 21:30:35 +08:00 committed by EricWu
parent 0d8de455de
commit acb2f933f0

View File

@ -6,6 +6,8 @@ linting:
stage: lint
script:
- flake8
- interrogate -v --ignore-init-method --ignore-module --ignore-nested-functions --ignore-regex "__repr__" --fail-under 50 mmseg
building:
stage: test