Skip to content

Commit 7deed43

Browse files
committed
omit deprecated file from test coverage stats
1 parent 2b515b3 commit 7deed43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,7 @@ addopts = ['--ignore=mycli/packages/paramiko_stub/__init__.py', '--random-order'
154154

155155
[tool.coverage.run]
156156
source = ['mycli']
157+
omit = [
158+
# deprecated
159+
'mycli/packages/paramiko_stub/__init__.py',
160+
]

0 commit comments

Comments
 (0)