2022-01-09 14:34:35 +00:00
|
|
|
accounts:
|
2022-01-13 11:49:59 +00:00
|
|
|
- erpnext/accounts/*
|
|
|
|
- erpnext/controllers/accounts_controller.py
|
|
|
|
- erpnext/controllers/taxes_and_totals.py
|
2022-01-09 14:34:35 +00:00
|
|
|
|
|
|
|
stock:
|
2022-01-13 11:49:59 +00:00
|
|
|
- erpnext/stock/*
|
|
|
|
- erpnext/controllers/stock_controller.py
|
|
|
|
- erpnext/controllers/item_variant.py
|
2022-01-09 14:34:35 +00:00
|
|
|
|
|
|
|
assets:
|
2022-01-13 11:49:59 +00:00
|
|
|
- erpnext/assets/*
|
2022-01-09 14:34:35 +00:00
|
|
|
|
|
|
|
regional:
|
2022-01-13 11:49:59 +00:00
|
|
|
- erpnext/regional/*
|
2022-01-09 14:34:35 +00:00
|
|
|
|
|
|
|
selling:
|
2022-01-13 11:49:59 +00:00
|
|
|
- erpnext/selling/*
|
|
|
|
- erpnext/controllers/selling_controller.py
|
2022-01-09 14:34:35 +00:00
|
|
|
|
|
|
|
buying:
|
2022-01-13 11:49:59 +00:00
|
|
|
- erpnext/buying/*
|
|
|
|
- erpnext/controllers/buying_controller.py
|
2022-01-09 14:34:35 +00:00
|
|
|
|
|
|
|
support:
|
2022-01-13 11:49:59 +00:00
|
|
|
- erpnext/support/*
|
2022-01-09 14:34:35 +00:00
|
|
|
|
|
|
|
POS:
|
2022-01-13 11:49:59 +00:00
|
|
|
- pos*
|
2022-01-09 14:34:35 +00:00
|
|
|
|
|
|
|
ecommerce:
|
2022-01-13 11:49:59 +00:00
|
|
|
- erpnext/e_commerce/*
|
2022-01-09 14:34:35 +00:00
|
|
|
|
|
|
|
maintenance:
|
2022-01-13 11:49:59 +00:00
|
|
|
- erpnext/maintenance/*
|
2022-01-09 14:34:35 +00:00
|
|
|
|
|
|
|
manufacturing:
|
2022-01-13 11:49:59 +00:00
|
|
|
- erpnext/manufacturing/*
|
2022-01-09 14:34:35 +00:00
|
|
|
|
|
|
|
crm:
|
2022-01-13 11:49:59 +00:00
|
|
|
- erpnext/crm/*
|
2022-01-09 14:34:35 +00:00
|
|
|
|
|
|
|
HR:
|
2022-01-13 11:49:59 +00:00
|
|
|
- erpnext/hr/*
|
2022-01-09 14:34:35 +00:00
|
|
|
|
|
|
|
payroll:
|
2022-01-13 11:49:59 +00:00
|
|
|
- erpnext/payroll*
|
2022-01-09 14:34:35 +00:00
|
|
|
|
|
|
|
projects:
|
2022-01-13 11:49:59 +00:00
|
|
|
- erpnext/projects/*
|
2022-01-09 14:34:35 +00:00
|
|
|
|
|
|
|
# Any python files modifed but no test files modified
|
|
|
|
needs-tests:
|
2022-01-09 14:48:42 +00:00
|
|
|
- any: ['erpnext/**/*.py']
|
|
|
|
all: ['!erpnext/**/test*.py']
|