coverage: Add coveragerc to ignore the system libraries and tests

This commit is contained in:
Tomas Babej 2015-03-27 16:56:31 +01:00
parent 66af2795f5
commit f2d45345da

2
.coveragerc Normal file
View file

@ -0,0 +1,2 @@
[report]
omit = */python2.7/*,*/test_*