Skip to content

Commit 4ae3d69

Browse files
committed
enable branch coverage, track tests
1 parent 7ead4b4 commit 4ae3d69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[coverage:run]
2-
source = pytest_asyncio
2+
source = pytest_asyncio,tests
3+
branch = 1
34

45
[coverage:report]
56
show_missing = true

0 commit comments

Comments
 (0)