Skip to content

Commit f7f9d4f

Browse files
committed
Adding coverage collection.
1 parent 0163ecb commit f7f9d4f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.coveragerc

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[run]
2+
branch = true
3+
4+
[report]
5+
skip_covered = True
6+
skip_empty = True
7+
8+
[html]
9+
directory = .cov
10+
11+
[xml]
12+
output = coverage.xml

0 commit comments

Comments
 (0)