Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- codecov:
- require_ci_to_pass: yes
-
- coverage:
- range: 60..90
- status:
- project:
- default:
- target: auto
- threshold: 0.5%
- flags:
- - server
- patch:
- default:
- target: 85%
- threshold: 0%
- only_pulls: true
- if_ci_failed: ignore
- flags:
- - server
-
- comment:
- layout: "diff, flags"
- require_changes: true
- show_critical_paths: true
-
- flags:
- server:
- paths:
- - "**/*.py"
- carryforward: true
- ui-tests:
- paths:
- - "**/*.js"
- carryforward: true
- server-ui:
- paths:
- - "**/*.py"
- carryforward: true
-
- profiling:
- critical_files_paths:
- - /xhiveframework/api.py
- - /xhiveframework/app.py
- - /xhiveframework/auth.py
- - /xhiveframework/boot.py
- - /xhiveframework/client.py
- - /xhiveframework/handler.py
- - /xhiveframework/migrate.py
- - /xhiveframework/sessions.py
- - /xhiveframework/utils/*
- - /xhiveframework/desk/reportview.py
- - /xhiveframework/desk/form/*
- - /xhiveframework/model/*
- - /xhiveframework/core/doctype/doctype/*
- - /xhiveframework/core/doctype/data_import/*
- - /xhiveframework/core/doctype/user/*
- - /xhiveframework/core/doctype/user/*
- - /xhiveframework/query_builder/*
- - /xhiveframework/database/*
|