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