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