[tor-commits] [bridgedb/develop] Fix coverage skips for Tests.py; skip __init__.py and sitecustomize.py.

isis at torproject.org isis at torproject.org
Thu Mar 13 00:29:04 UTC 2014


commit 5a615c71852f65a00cfc01b206e93107dc4c0d14
Author: Isis Lovecruft <isis at torproject.org>
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



More information about the tor-commits mailing list