Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
440
Star
5,570
Fork
2,666
matplotlib
/
matplotlib
Code
Issues
992
Pull requests
228
Projects
5
Wiki
Insights
Pulse
Graphs
Add branch coverage; exclude _version.py from coverage.
#8115
Merged
NelleV
merged 1 commit into
matplotlib
:
master
from
anntzer
:
coverage-tweaks
Feb 22, 2017
Conversation
0
Commits
1
Files changed
1
Changes from
all commits
Commits
Show all changes
1 commit
Select commit
7f45a85
Add branch coverage; exclude _version.py from coverage.
anntzer
Feb 21, 2017
1 file
Jump to file
No files or symbols found.
+3
−1
.coveragerc
.coveragerc
+3
−1
Unified
Split
Show comments
View
4
.coveragerc
@@ -1,7 +1,9 @@
[run]
-source=
+branch = true
+source =
matplotlib
mpl_toolkits
+omit = matplotlib/_version.py
[report]
exclude_lines =
Toggle all file notes
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.