mirror of
https://github.com/odoo/runbot.git
synced 2025-03-17 00:15:47 +07:00
![]() When a build with coverage is killed during the tests, the coverage result is set to 100%. With this commit, coverage result is verbosely skipped if the coverage file does not exists. Also, the coverage module is no longer user to retrieve the coverage value as it was already calculated. It's faster to grep the html file than to recompute the value. As the coverage builds takes a longer time than normal builds, the timeout is increased for those kind of builds (as it was already done for the CPU limit). Finally, the omitted patterns were wrong and are now fixed with this commit. Closes #25 |
||
---|---|---|
.. | ||
__init__.py | ||
branch.py | ||
build.py | ||
event.py | ||
repo.py | ||
res_config_settings.py |