Omit openstack/common/ in test coverage reports

These methods are tested in oslo-incubator not in rally,
so we should just ignore test covarage of them.

Change-Id: I8fb6a4be1968653ef982f60c896dcc6a2bf65625
This commit is contained in:
Boris Pavlovic 2014-01-15 18:35:20 +04:00
parent b3ac1a753a
commit 7716f332f6
1 changed files with 7 additions and 0 deletions

7
.coveragerc Normal file
View File

@ -0,0 +1,7 @@
[run]
branch = True
source = rally
omit = rally/openstack/*
[report]
ignore-errors = True