diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 00000000..9dd4654b --- /dev/null +++ b/.coveragerc @@ -0,0 +1,13 @@ +[run] +branch = True +source = murano +omit = + */openstack/common/* + .tox/* + murano/tests/* + +[paths] +source = murano + +[report] +ignore-errors = True