fix tox error when run unittest
[parser.git] / tosca2heat / tosca-parser / .coveragerc
1 [run]
2 branch = True
3 source = toscaparser
4 omit = toscaparser/openstack/*
5
6 [report]
7 ignore_errors = True