mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
testing patterns in serverless script
This commit is contained in:
parent
39f954a088
commit
508b206951
1 changed files with 25 additions and 15 deletions
|
|
@ -28,21 +28,31 @@ provider:
|
|||
|
||||
package:
|
||||
individually: true
|
||||
# include:
|
||||
# - backend/**
|
||||
# # Might need to refine the paths that are included
|
||||
# - model_data/**
|
||||
exclude:
|
||||
- model_data/local_data/**
|
||||
- model_data/tests/**
|
||||
- infrastructure/**
|
||||
- data_collection/**
|
||||
- node_modules/**
|
||||
- conservation_areas/**
|
||||
- open_uprn/**
|
||||
- land_registry/**
|
||||
- recommendations/tests/**
|
||||
- pytest.ini
|
||||
patterns:
|
||||
- backend/**
|
||||
- !backend/tests/**
|
||||
- recommendations/**
|
||||
- !recommendations/tests/**
|
||||
- model_data/BaseUtility.py
|
||||
- !model_data/**
|
||||
- !infrastructure/**
|
||||
- !data_collection/**
|
||||
- !node_modules/**
|
||||
- !conservation_areas/**
|
||||
- !open_uprn/**
|
||||
- !land_registry/**
|
||||
- !pytest.ini
|
||||
# exclude:
|
||||
# - model_data/local_data/**
|
||||
# - model_data/tests/**
|
||||
# - infrastructure/**
|
||||
# - data_collection/**
|
||||
# - node_modules/**
|
||||
# - conservation_areas/**
|
||||
# - open_uprn/**
|
||||
# - land_registry/**
|
||||
# - recommendations/tests/**
|
||||
# - pytest.ini
|
||||
|
||||
plugins:
|
||||
- serverless-python-requirements
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue