Skip to content

Commit 9341037

Browse files
authored
Merge pull request #1833 from dbcli/RW/omit-paramiko-file-from-coverage
Omit deprecated file from test coverage stats
2 parents 2b515b3 + 3dd14f9 commit 9341037

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)