mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
[FIX] runbot: make result for python code too
This commit is contained in:
parent
090b84c86c
commit
287efc7989
@ -354,7 +354,7 @@ class ConfigStep(models.Model):
|
||||
|
||||
def _make_results(self, build):
|
||||
build_values = {}
|
||||
if self.job_type == 'install_odoo':
|
||||
if self.job_type in ['install_odoo', 'python']:
|
||||
if self.coverage:
|
||||
build_values.update(self._make_coverage_results(build))
|
||||
if self.test_enable or self.test_tags:
|
||||
|
Loading…
Reference in New Issue
Block a user