| Index: native_client_sdk/src/.coveragerc
|
| diff --git a/native_client_sdk/src/.coveragerc b/native_client_sdk/src/.coveragerc
|
| index 5e1445f63c9bdd26cf935da1a87ca3c09f82d873..9859d28f1fa47604c5f9dbc71b9c24ce07c31a46 100644
|
| --- a/native_client_sdk/src/.coveragerc
|
| +++ b/native_client_sdk/src/.coveragerc
|
| @@ -1,2 +1,6 @@
|
| [run]
|
| -omit=*ntpath*,*third_party*,*lastchange.py,*_test.py
|
| +omit=*ntpath*,*third_party*,*lastchange.py,*_test.py,test_all.py
|
| +data_file = ../../out/coverage
|
| +
|
| +[html]
|
| +directory = ../../out/coverage_html
|
|
|