8000 TST : don't report coverage on testing code · matplotlib/matplotlib@b824add · GitHub
[go: up one dir, main page]

Skip to content

Commit b824add

Browse files
tacaswelljenshnielsen
authored andcommitted
TST : don't report coverage on testing code
1 parent afd250c commit b824add

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.coveragerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[run]
22
source=matplotlib
33
[report]
4+
omit =
5+
matplotlib/tests/*
6+
matplotlib/testing/*
47

58
exclude_lines =
69
raise NotImplemented

0 commit comments

Comments
 (0)
0