Skip to content

Commit 2b113f0

Browse files
committed
Exclude conversion script
1 parent 18ee80d commit 2b113f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,6 @@ markers = [
7373

7474
[tool.coverage.run]
7575
omit = [
76-
"segmentation_models_pytorch/utils/*"
76+
"segmentation_models_pytorch/utils/*",
77+
"**/convert_*",
7778
]

0 commit comments

Comments
 (0)