Skip to content
Permalink
Browse files
Fixed up coverage configuration
Also improved sublime text project
  • Loading branch information
Byron committed Jan 6, 2015
1 parent 1bfb44c commit a6e4a6416162a698d87ba15693f2e7434beac644
Showing with 25 additions and 37 deletions.
  1. +2 −5 .coveragerc
  2. +23 −32 etc/sublime-text/git-python.sublime-project
@@ -3,8 +3,5 @@ source = git

; to make nosetests happy
[report]
omit =
*/yaml*
*/tests/*
*/python?.?/*
*/site-packages/nose/*
include = */git/*
omit = */git/ext/*
@@ -15,7 +15,11 @@
"folder_exclude_patterns" : [
".git",
"cover",
"git/ext"
"git/ext",
"dist",
".tox",
"doc/build",
"*.egg-info"
]
},
// GITDB
@@ -32,40 +36,27 @@
"folder_exclude_patterns" : [
".git",
"cover",
"gitdb/ext"
"gitdb/ext",
"dist",
"doc/build",
".tox",
]
},
// // SMMAP
// ////////
// {
// "follow_symlinks": true,
// "path": "../../git/ext/gitdb/gitdb/ext/smmap",
// "file_exclude_patterns" : [
// "*.sublime-workspace",
// ".git",
// ".noseids",
// ".coverage"
// ],
// "folder_exclude_patterns" : [
// ".git",
// "cover",
// ]
// },
// // ASYNC
// ////////
// {
// "follow_symlinks": true,
// "path": "../../git/ext/gitdb/gitdb/ext/async",
// "file_exclude_patterns" : [
// "*.sublime-workspace",
// ".git",
// ".noseids",
// ".coverage"
// ],
// "folder_exclude_patterns" : [
// ".git",
// "cover",
// ]
// },
{
"follow_symlinks": true,
"path": "../../git/ext/gitdb/gitdb/ext/smmap",
"file_exclude_patterns" : [
"*.sublime-workspace",
".git",
".noseids",
".coverage"
],
"folder_exclude_patterns" : [
".git",
"cover",
]
},
]
}

0 comments on commit a6e4a64

Please sign in to comment.