Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29bff2f

Browse files
authored
Merge pull request matplotlib#8115 from anntzer/coverage-tweaks
Add branch coverage; exclude _version.py from coverage.
2 parents 349d6f0 + 7f45a85 commit 29bff2f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.coveragerc

Lines changed: 3 additions & 1 deletion
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)