diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 0000000..cd84ef9 --- /dev/null +++ b/.coveragerc @@ -0,0 +1,7 @@ +[run] +branch = True +source = quantumclient +omit = quantumclient/openstack/* + +[report] +ignore-errors = True