This website requires JavaScript.
Explore
Get Started
openstack
/
rally
Code
Issues
Proposed changes
6155dc83e1
Branches
Tags
View all branches
rally
/
.coveragerc
8 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-15 18:35:20 +04:00
[run]
branch = True
source = rally
[report]
Fix & Restore cover job Change ignore-errors to ignore_errors which is needed by coverage 4.0 Restore coverage job (run cover job) Closes-bug: #1497897 Change-Id: I2df04cf6b239777cfc7b1bafac87aa4bf38d881c
2015-09-21 13:17:45 -07:00
ignore_errors = True
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 01:07:55 +03:00
precision = 3
Copy Permalink