commit 755021c2894c9c7e9b5aacbca2f8a56a91841a49 Author: Isis Lovecruft isis@torproject.org Date: Tue Nov 19 07:55:06 2013 +0000
Don't include the old unittests in the calculation of coverage results. --- .coveragerc | 1 + 1 file changed, 1 insertion(+)
diff --git a/.coveragerc b/.coveragerc index f8d4732..46c0c56 100644 --- a/.coveragerc +++ b/.coveragerc @@ -12,6 +12,7 @@ omit = */test* */_langs* */_version* + bridgedb/Tests.py # Regexes for lines to exclude from report generation: exclude_lines = pragma: no cover