[tor-commits] [ooni-probe/master] Ignore the api/* code as it's not	used
    art at torproject.org 
    art at torproject.org
       
    Fri Feb 28 14:32:21 UTC 2014
    
    
  
commit 34edc8cb6633eeade296b1628e2541e5e85c605e
Author: Arturo Filastò <art at fuffa.org>
Date:   Thu Jan 30 18:40:54 2014 +0100
    Ignore the api/* code as it's not used
---
 .coveragerc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.coveragerc b/.coveragerc
index 126774a..f158adc 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -1,4 +1,4 @@
 [run]
 source = ooni
 [report]
-omit = ooni/nettests/*
+omit = ooni/nettests/*, ooni/api/*
    
    
More information about the tor-commits
mailing list