From acb2f933f0ad46750c903cf954d07bf221ee3471 Mon Sep 17 00:00:00 2001 From: "chingning.chen" Date: Thu, 28 Apr 2022 21:30:35 +0800 Subject: [PATCH] test: add doc coverage test --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 693ee6f..c3f3e63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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