Skip to content

Commit 7f45a85

Browse files
committed
Add branch coverage; exclude _version.py from coverage.
1 parent cf0d260 commit 7f45a85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.coveragerc

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[run]
2-
source=
2+
branch = true
3+
source =
34
matplotlib
45
mpl_toolkits
6+
omit = matplotlib/_version.py
57

68
[report]
79
exclude_lines =

0 commit comments

Comments
 (0)