diff options
Diffstat (limited to 'tosca2heat/heat-translator-0.3.0/.coveragerc')
-rw-r--r-- | tosca2heat/heat-translator-0.3.0/.coveragerc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tosca2heat/heat-translator-0.3.0/.coveragerc b/tosca2heat/heat-translator-0.3.0/.coveragerc new file mode 100644 index 0000000..6c9ae08 --- /dev/null +++ b/tosca2heat/heat-translator-0.3.0/.coveragerc @@ -0,0 +1,7 @@ +[run] +branch = True +source = translator +omit = translator/openstack/* + +[report] +ignore_errors = True |