Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 701502d

Browse files
author
William McLendon
committed
add omit section to coveragerc
1 parent c165985 commit 701502d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.coveragerc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ exclude_lines =
1414
pragma: no cover
1515
if 0:
1616
if False:
17+
omit =
18+
venv*
1719

1820
[html]
1921
directory = tests/htmlcov

0 commit comments

Comments
 (0)