Skip to content

Commit f187da0

Browse files
committed
Explicitly specify folder locations for coverage
1 parent f52500a commit f187da0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.coveragerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[run]
22
branch=True
3+
include=
4+
src/outcome/*
5+
tests/*
36

47
[report]
58
precision = 1

0 commit comments

Comments
 (0)