diff --git a/.coveragerc b/.coveragerc index a43154d2..62f215fd 100644 --- a/.coveragerc +++ b/.coveragerc @@ -7,4 +7,4 @@ omit = model_data/__init__.py model_data/app.py model_data/plotting/* - model_data/rdsap_tables.py \ No newline at end of file + recommendations/rdsap_tables.py \ No newline at end of file diff --git a/model_data/rdsap_tables.py b/recommendations/rdsap_tables.py similarity index 100% rename from model_data/rdsap_tables.py rename to recommendations/rdsap_tables.py diff --git a/serverless.yml b/serverless.yml index 628212eb..75a807fa 100644 --- a/serverless.yml +++ b/serverless.yml @@ -36,7 +36,6 @@ package: # Exclude all of model_data but then re-include the files we need - '!model_data/**' - 'model_data/BaseUtility.py' - - 'model_data/rdsap_tables' - 'model_data/config.py' - 'model_data/__init__.py' - '!infrastructure/**'