Merge "Add .coveragerc to better control coverage outputs"

This commit is contained in:
Jenkins 2015-04-15 22:17:55 +00:00 committed by Gerrit Code Review
commit 96f5cc5e4d
2 changed files with 8 additions and 0 deletions

7
.coveragerc Normal file
View File

@ -0,0 +1,7 @@
[run]
branch = True
source = cueclient
omit = cueclient/tests/*
[report]
ignore-errors = True

1
.gitignore vendored
View File

@ -23,3 +23,4 @@ cueclient/versioninfo
.testrepository
.idea/
*.DS_Store
.coverage.*