mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +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 |
||
---|---|---|
runbot | ||
runbot_cla | ||
.gitignore | ||
README.md |
Odoo Runbot Repository
This repository contains the source code of Odoo testing bot runbot.odoo.com and related addons.
Runbot
The runbot/
directory holds the main runbot Odoo addon.
Runbot CLA addon
The runbot_cla/
directory contains an Odoo addon that checks CLA.