Skip to content

Commit e3666b8

Browse files
authored
Add coverage omit mm-related code (#3641)
* Add omit mm-related code * Add omit core/model/utils
1 parent 31dbbed commit e3666b8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

+9
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,15 @@ omit = [
153153
"**/mmconfigs/*",
154154
"**/mmdeploy/*",
155155
"**/exportable_code/*",
156+
157+
# Ignore mm related code for now
158+
"src/otx/core/data/transform_libs/mmaction.py",
159+
"src/otx/core/data/transform_libs/mmcv.py",
160+
"src/otx/core/data/transform_libs/mmdet.py",
161+
"src/otx/core/data/transform_libs/mmpretrain.py",
162+
"src/otx/core/data/transform_libs/mmseg.py",
163+
"src/otx/core/exporter/mmdeploy.py",
164+
"src/otx/core/model/utils/*",
156165
]
157166

158167
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

0 commit comments

Comments
 (0)