Repository
OCA/runbot-addons · module folder · Try on Runboat
Module version
1.0.0
Category
Runbot
Folder size
0.02 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 07:03:13
Authors
Odoo Community Association (OCA), Therp BV
Maintainers
Odoo Community Association (OCA), Therp BV
Committers
Ronald Portier, Dave Lasley
Odoo dependencies
None
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
build_button build_button ir.ui.view qweb Inherits runbot.build_button
build_name build_name ir.ui.view qweb Inherits runbot.build_name
view_repo_form runbot.repo form Inherits runbot.view_repo_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • coverage Float
    digits=(10, 2) args: 'Coverage'
Public methods (3)
  • cmd(self)
    @api.multi
  • job_20_test_all(self, build, lock_path, log_path)
    @api.model
  • job_21_coverage(self, build, lock_path, log_path)
    @api.model

New fields (3)
  • coverage_command Char
    help='Fill in the absolute path to your coverage script. If you leave this empty, `coverage` in your $PATH will be expected' args: 'Coverage command'
  • coverage_config Char
    help='Your coveragerc relative to the build path.' args: 'Configuration file'
  • use_coverage Boolean
    default=False args: 'Coverage'
Public methods (0)

No public methods.