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

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)