3 Commits

Author SHA1 Message Date
Boris Pavlovic
2a4f2bb2a0 Make coverage job voting
Instead of asking people to write unit tests let's just make
coverage job voting.

This can be implemented in very simple maner:

1) checkout to master
2) run coverage and get base line
3) checkout back
4) run coverage to get current coverage
5) If coverage was reduced more then 0.01% mark job as failed

Change-Id: Ib6bc4dbb11c69b107e6fcd6464a4041337ea1a66
2015-04-17 18:18:21 +03:00
Boris Pavlovic
f24983d1cc Show precision of 2 in coverage job
As well remove useless ignore of directory that doesn't exist

Change-Id: I8979323296c8bf2d52eac0de6d55ab8799b9f402
2015-03-20 15:03:11 +00:00
Boris Pavlovic
95fd8a47fe 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