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