mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
![]() When code coverage was processed the 'coverage' utility was called the same way regardless of the Odoo version. That was the cause of two problems: 1) In some OS packages, the 'coverage' executable was renamed to 'python-coverage' and 'python3-coverage' 2) Since version 11.0, Odoo needs python3 With this commit, the coverage module is called from python '-m' argument and the python version is chosen from the Odoo executable shebang. closes: #12 |
||
---|---|---|
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.