ignore openstack/common files for coverage checks
This commit is contained in:
7
.coveragerc
Normal file
7
.coveragerc
Normal file
@@ -0,0 +1,7 @@
|
||||
[run]
|
||||
omit = *cdn/openstack*
|
||||
|
||||
[report]
|
||||
exclude_lines =
|
||||
# Don't complain if tests don't hit defensive assertion code
|
||||
raise NotImplementedError
|
||||
Reference in New Issue
Block a user