[tor-commits] [bridgedb/master] Change .coveragerc source files to new module structure.
isis at torproject.org
isis at torproject.org
Tue Dec 1 02:47:00 UTC 2015
commit fb7ed7d252f030649e4b61f04e191ff8fb334df4
Author: Isis Lovecruft <isis at torproject.org>
Date: Sun Jul 26 12:07:13 2015 +0000
Change .coveragerc source files to new module structure.
---
.coveragerc | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/.coveragerc b/.coveragerc
index ab8753b..2e29fae 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -1,7 +1,5 @@
[run]
-source =
- bridgedb
- lib/bridgedb/test/test_*
+source = bridgedb
branch = True
#parallel = True
timid = True
@@ -9,11 +7,9 @@ timid = True
[report]
modules = bridgedb
omit =
- */test*
*/_langs*
*/_version*
*/__init__*
- */Tests*
*/sitecustomize*
# Regexes for lines to exclude from report generation:
exclude_lines =
More information about the tor-commits
mailing list