Skip to content

Commit 03844a6

Browse files
committedOct 17, 2016
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: I9ad0065bcc564dd21457ce58fc32372b22ad29cb
1 parent fe267c4 commit 03844a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.coveragerc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[run]
22
branch = True
33
source = octavia
4-
omit = octavia/tests/*,octavia/openstack/*
4+
omit = octavia/tests/*
55

66
[report]
77
ignore_errors = True

0 commit comments

Comments
 (0)