We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64e64a commit 9b3a34bCopy full SHA for 9b3a34b
1 file changed
.coveragerc
@@ -3,9 +3,5 @@ source = gitdb
3
4
; to make nosetests happy
5
[report]
6
-omit =
7
- */smmap/*
8
- */yaml*
9
- */tests/*
10
- */python?.?/*
11
- */site-packages/nose/*
+include = */gitdb/*
+omit = */gitdb/ext/*
0 commit comments