ignore openstack/common files for coverage checks

This commit is contained in:
amitgandhinz
2014-07-23 16:02:12 -04:00
parent 833d10e6c8
commit 081f495c84

7
.coveragerc Normal file
View 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