8000 Correct path to excluded files · matplotlib/matplotlib@48b9250 · GitHub
[go: up one dir, main page]

Skip to content

Commit 48b9250

Browse files
committed
Correct path to excluded files
1 parent 64ee6ce commit 48b9250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.coveragerc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
source=matplotlib
33
[report]
44
omit =
5-
matplotlib/tests/*
6-
matplotlib/testing/*
5+
lib/matplotlib/tests/*
6+
lib/matplotlib/testing/*
77

88
exclude_lines =
99
raise NotImplemented

0 commit comments

Comments
 (0)
0