Skip to content

Commit 31769a4

Browse files
committed
Update .coveragerc after the removal of openstack directory
The openstack directory was used to keep codes from oslo-incubator, we have retired oslo-incubator,so don't use this directory any more. Change-Id: Iab6b2c63c183f1f01d1f9a6a2ca117a9db8db27d
1 parent 0d6677f commit 31769a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[run]
22
branch = True
33
source = cinder
4-
omit = cinder/tests/*,cinder/openstack/common/*
4+
omit = cinder/tests/*
55

66
[report]
77
ignore_errors = True

0 commit comments

Comments
 (0)