mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-27 11:06:44 +00:00
* [UI] Change default web prefix - Adjust default from "platform" to "web" - Much more standard prefix * Cleanup * Fixes for playwright tests * Fix unit tests * Refactor base_url into getBaseUrl
38 lines
663 B
YAML
38 lines
663 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: 82%
|
|
patch: off
|
|
|
|
github_checks:
|
|
annotations: true
|
|
|
|
flag_management:
|
|
default_rules:
|
|
carryforward: true
|
|
individual_flags:
|
|
- name: backend
|
|
carryforward: true
|
|
statuses:
|
|
- type: project
|
|
target: 85%
|
|
- name: migrations
|
|
carryforward: true
|
|
statuses:
|
|
- type: project
|
|
target: 40%
|
|
- name: web
|
|
carryforward: true
|
|
statuses:
|
|
- type: project
|
|
target: 45%
|
|
|
|
comment:
|
|
require_bundle_changes: True
|
|
bundle_change_threshold: "1Kb"
|
|
|
|
bundle_analysis:
|
|
warning_threshold: "5%"
|
|
status: "informational"
|