Skip to content

Commit 3699165

Browse files
committed
TEMP Try fixing Python 2 coverage as suggested
1 parent c481315 commit 3699165

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.coveragerc

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
branch=True
33
source=unasync
44

5+
[paths]
6+
source = src/unasync
7+
58
[report]
69
precision = 1
710
exclude_lines =

.coveragerc-py2

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
branch=True
33
source=unasync
44

5+
[paths]
6+
source = src/unasync
7+
58
[report]
69
precision = 1
710
exclude_lines =

0 commit comments

Comments
 (0)