Coverage for runbot

runbot_coverage
REPOSITORY
REPOSITORYOCA/runbot-addons
GIT
GIThttps://github.com/OCA/runbot-addons.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/runbot-addons/tree/8.0/runbot_coverage
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYRunbot
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSRonald Portier, Dave Lasley
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 group Inherits runbot.view_repo_form
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.