Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b5b5a67

Browse filesBrowse files
authored
Merge pull request #6819 from anntzer/add-mpl_toolkits-to-coverage
CI: Add mpl_toolkits to coveragerc.
2 parents f1f8fed + 7168c3e commit b5b5a67
Copy full SHA for b5b5a67

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed

‎.coveragerc

Copy file name to clipboard
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[run]
2-
source=matplotlib
2+
source=
3+
matplotlib
4+
mpl_toolkits
35
[report]
46
omit =
57
lib/matplotlib/tests/*
68
lib/matplotlib/testing/*
9+
lib/mpl_toolkits/tests/*
710

811
exclude_lines =
912
raise NotImplemented

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.