rally-openstack/.coveragerc
Boris Pavlovic 7716f332f6 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
2014-01-16 00:53:49 +04:00

8 lines
91 B
INI

[run]
branch = True
source = rally
omit = rally/openstack/*
[report]
ignore-errors = True