[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [bridgedb/master] Fix coverage skips for Tests.py; skip __init__.py and sitecustomize.py.
commit 5a615c71852f65a00cfc01b206e93107dc4c0d14
Author: Isis Lovecruft <isis@xxxxxxxxxxxxxx>
Date: Thu Mar 13 00:27:10 2014 +0000
Fix coverage skips for Tests.py; skip __init__.py and sitecustomize.py.
---
.coveragerc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.coveragerc b/.coveragerc
index 569fd88..ab8753b 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -12,7 +12,9 @@ omit =
*/test*
*/_langs*
*/_version*
- bridgedb/Tests.py
+ */__init__*
+ */Tests*
+ */sitecustomize*
# Regexes for lines to exclude from report generation:
exclude_lines =
pragma: no cover
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits