From a9f21662dfcc8504c536d629d5721771ecc62d23 Mon Sep 17 00:00:00 2001 From: zheng yin Date: Wed, 21 Sep 2016 15:48:35 +0800 Subject: [PATCH] remove swiftclient/openstack/common/* in the .coveragerc There is no swiftclient/openstack/common/* in python-swiftclient. Therefore, I remove "omit=swiftclient/openstack/common/*" in the .coveragerc. Change-Id: Ibf4e4e499cb5538fcd8b1680285294c8a09ad401 --- .coveragerc | 1 - 1 file changed, 1 deletion(-) diff --git a/.coveragerc b/.coveragerc index 2f4084a..b65e6bf 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,7 +1,6 @@ [run] branch = True source = swiftclient -omit = swiftclient/openstack/common/* [report] ignore_errors = True