]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Add .coveragerc to show proper coverage statistics. As in other openstack projects.
authorVasyl Khomenko <vasiliyk@yahoo-inc.com>
Wed, 15 May 2013 10:19:03 +0000 (03:19 -0700)
committerVasyl Khomenko <vasiliyk@yahoo-inc.com>
Wed, 15 May 2013 10:40:07 +0000 (03:40 -0700)
Change-Id: Ic59f5b17d803b5d8102d53a1ca4883c529bc7a3e

.coveragerc [new file with mode: 0644]

diff --git a/.coveragerc b/.coveragerc
new file mode 100644 (file)
index 0000000..81bdb1b
--- /dev/null
@@ -0,0 +1,7 @@
+[run]
+branch = True
+source = cinder
+omit = cinder/tests/*,cinder/openstack/common/*
+
+[report]
+ignore-errors = True