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

Commit 86389f5

Browse files
author
William McLendon
committed
add venv to omitted list in coveragerc
1 parent 701502d commit 86389f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.coveragerc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[run]
2-
omit = */unittests/*
2+
omit =
3+
*/unittests/*
4+
*/venv*
35
branch = True
46
dynamic_context = test_function
57

@@ -14,8 +16,6 @@ exclude_lines =
1416
pragma: no cover
1517
if 0:
1618
if False:
17-
omit =
18-
venv*
1919

2020
[html]
2121
directory = tests/htmlcov

0 commit comments

Comments
 (0)