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 7d25ee8

Browse filesBrowse files
authored
Merge pull request #6851 from Kojoley/fix-mpl_toolkits-coverage
CI: Do not restrict coverage to `matplotlib` module only
2 parents 8337686 + 9a054da commit 7d25ee8
Copy full SHA for 7d25ee8

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎lib/matplotlib/__init__.py

Copy file name to clipboardExpand all lines: lib/matplotlib/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1606,7 +1606,7 @@ def _get_extra_test_plugins():
16061606

16071607

16081608
def _get_nose_env():
1609-
env = {'NOSE_COVER_PACKAGE': 'matplotlib',
1609+
env = {'NOSE_COVER_PACKAGE': ['matplotlib', 'mpl_toolkits'],
16101610
'NOSE_COVER_HTML': 1,
16111611
'NOSE_COVER_NO_PRINT': 1}
16121612
return env

0 commit comments

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