[tor-commits] [bridgedb/develop] Add --rcfile option to additional coverage lines in Makefile.

isis at torproject.org isis at torproject.org
Wed Mar 26 05:49:31 UTC 2014


commit eabc57bdb24dec6d4693463a7029b1106bf71778
Author: Isis Lovecruft <isis at torproject.org>
Date:   Wed Mar 26 04:59:13 2014 +0000

    Add --rcfile option to additional coverage lines in Makefile.
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index edfc69f..22a231e 100644
--- a/Makefile
+++ b/Makefile
@@ -45,5 +45,5 @@ clean:
 
 coverage:
 	-coverage run --rcfile=".coveragerc" $(TRIAL) ./lib/bridgedb/test/test_*.py
-	-coverage report
-	-coverage html
+	-coverage report --rcfile=".coveragerc"
+	-coverage html --rcfile=".coveragerc"





More information about the tor-commits mailing list