Ankush Menat | 23b0a3f | 2022-01-09 20:04:35 +0530 | [diff] [blame] | 1 | accounts: |
| 2 | - 'erpnext/accounts/*' |
| 3 | - 'erpnext/controllers/accounts_controller.py' |
| 4 | - 'erpnext/controllers/taxes_and_totals.py' |
| 5 | |
| 6 | stock: |
| 7 | - 'erpnext/stock/*' |
| 8 | - 'erpnext/controllers/stock_controller.py' |
| 9 | - 'erpnext/controllers/item_variant.py' |
| 10 | |
| 11 | assets: |
| 12 | - 'erpnext/assets/*' |
| 13 | |
| 14 | regional: |
| 15 | - 'erpnext/regional/*' |
| 16 | |
| 17 | selling: |
| 18 | - 'erpnext/selling/*' |
| 19 | - 'erpnext/controllers/selling_controller.py' |
| 20 | |
| 21 | buying: |
| 22 | - 'erpnext/buying/*' |
| 23 | - 'erpnext/controllers/buying_controller.py' |
| 24 | |
| 25 | support: |
| 26 | - 'erpnext/support/*' |
| 27 | |
| 28 | POS: |
| 29 | - 'pos*' |
| 30 | |
| 31 | ecommerce: |
| 32 | - 'erpnext/e_commerce/*' |
| 33 | |
| 34 | maintenance: |
| 35 | - 'erpnext/maintenance/*' |
| 36 | |
| 37 | manufacturing: |
| 38 | - 'erpnext/manufacturing/*' |
| 39 | |
| 40 | crm: |
| 41 | - 'erpnext/crm/*' |
| 42 | |
| 43 | HR: |
| 44 | - 'erpnext/hr/*' |
| 45 | |
| 46 | payroll: |
| 47 | - 'erpnext/payroll*' |
| 48 | |
| 49 | projects: |
| 50 | - 'erpnext/projects/*' |
| 51 | |
| 52 | # Any python files modifed but no test files modified |
| 53 | needs-tests: |
Ankush Menat | 55d00a3 | 2022-01-09 20:18:42 +0530 | [diff] [blame] | 54 | - any: ['erpnext/**/*.py'] |
| 55 | all: ['!erpnext/**/test*.py'] |