Skip to content

Commit

Permalink
Remove unused files & Add coverage.omit __init__ and recipes (#3143)
Browse files Browse the repository at this point in the history
* Remove unused files & omit init file & recipe

* Add mmconfigs omit
  • Loading branch information
harimkang authored Mar 18, 2024
1 parent 0b572cc commit aab41ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 21 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,15 @@ exclude_lines = [
"if TYPE_CHECKING:",
]

[tool.coverage.run]
omit = [
"**/__init__.py",
"src/otx/recipes/*",
"src/otx/tools/*",
"**/mmconfigs/*",
"**/mmdeploy/*",
]

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# MYPY CONFIGURATION. #
[tool.mypy]
Expand Down
21 changes: 0 additions & 21 deletions src/otx/config/data/openvino.yaml

This file was deleted.

0 comments on commit aab41ac

Please sign in to comment.